import { Ref } from 'vue'; export declare const useSyncPropRef: (getProp: () => T, setProp: (value: T) => void) => Ref;