export declare function useVModel<T = object>(props: T, key: keyof T, emits: any, defaultValue?: any): import('vue').Ref<any, any>;
