type __VLS_Props = { value?: string | number | Array; sourceUrl?: string; additionalQuery?: string; labelFormatter?: Function; keyField?: string; labelField?: string; subLabelField?: string; size?: 'small' | 'medium' | 'large'; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:value": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;