type __VLS_Props = { modelValue?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (a: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((a: string) => any) | undefined; }>, { modelValue: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { animatedElement: HTMLDivElement; }, HTMLDivElement>; export default _default;