interface Props { teleportTarget?: string | HTMLElement; allowNone?: boolean; } type __VLS_Props = Props; type __VLS_PublicProps = { modelValue?: string; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { teleportTarget: string | HTMLElement; allowNone: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { pickerRef: HTMLDivElement; modalRef: HTMLDivElement; }, HTMLDivElement>; export default _default;