import { Ref } from 'vue'; export declare function useVModel(props: any, key?: string, emit?: any): Ref;