import { InputProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ prefix?: () => any; suffix?: () => any; prepend?: () => any; append?: () => any; }> & { prefix?: () => any; suffix?: () => any; prepend?: () => any; append?: () => any; }; refs: { inputRef: HTMLTextAreaElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { input: (value: string) => any; blur: (value: FocusEvent) => any; change: (value: string) => any; focus: (value: FocusEvent) => any; clear: () => any; "update:modelValue": (value: string) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onInput?: ((value: string) => any) | undefined; onBlur?: ((value: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((value: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLTextAreaElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };