import { PropType } from 'vue'; declare function focus(): void; declare function blur(): void; declare var __VLS_16: {}; type __VLS_Slots = {} & { suffix?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: number; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; autoSize: { type: PropType; default: boolean; }; wordLength: { type: PropType<(value: string) => number>; }; wordSlice: { type: PropType<(value: string, maxLength: number) => string>; }; textareaAttrs: { type: PropType>; }; }>, { focus: typeof focus; blur: typeof blur; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { clear: (_ev: MouseEvent) => any; focus: (_ev: FocusEvent) => any; blur: (_ev: FocusEvent) => any; change: (_value: string, _ev: Event) => any; input: (_value: string, _ev: Event) => any; "update:modelValue": (_value: string) => any; }, string, import("vue").PublicProps, Readonly; default: number; }; showWordLimit: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; autoSize: { type: PropType; default: boolean; }; wordLength: { type: PropType<(value: string) => number>; }; wordSlice: { type: PropType<(value: string, maxLength: number) => string>; }; textareaAttrs: { type: PropType>; }; }>> & Readonly<{ onClear?: ((_ev: MouseEvent) => any) | undefined; onFocus?: ((_ev: FocusEvent) => any) | undefined; onBlur?: ((_ev: FocusEvent) => any) | undefined; onChange?: ((_value: string, _ev: Event) => any) | undefined; onInput?: ((_value: string, _ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; }>, { disabled: boolean; error: boolean; readonly: string | boolean; defaultValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; maxLength: number | { length: number; errorOnly?: boolean; }; showWordLimit: boolean; autoSize: boolean | { minRows?: number; maxRows?: number; }; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };