import type { ComputedRef } from 'vue'; export declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;