import type { TextareaResize } from './interface'; import type { BasicType, HandleEvent, InputChange } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly modelValue: BasicType, string | null>; readonly rows: BasicType, string | number | null>; readonly disabled: BasicType; readonly maxLength: BasicType; readonly autofocus: BasicType; readonly name: BasicType, string | null>; readonly placeholder: BasicType, string | null>; readonly readonly: BasicType; readonly fontSize: BasicType, string | number | null>; readonly onInput: BasicType, null>; readonly resize: BasicType, TextareaResize | null>; readonly clear: BasicType; readonly onChange: BasicType, null>; readonly onBlur: BasicType, null>; readonly onFocus: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: string | number) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly rows: BasicType, string | number | null>; readonly disabled: BasicType; readonly maxLength: BasicType; readonly autofocus: BasicType; readonly name: BasicType, string | null>; readonly placeholder: BasicType, string | null>; readonly readonly: BasicType; readonly fontSize: BasicType, string | number | null>; readonly onInput: BasicType, null>; readonly resize: BasicType, TextareaResize | null>; readonly clear: BasicType; readonly onChange: BasicType, null>; readonly onBlur: BasicType, null>; readonly onFocus: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((val: string | number) => any) | undefined; }, { readonly fontSize: string | number; readonly disabled: boolean; readonly autofocus: boolean; readonly name: string; readonly modelValue: string; readonly onChange: InputChange; readonly readonly: boolean; readonly rows: string | number; readonly maxLength: number; readonly placeholder: string; readonly clear: boolean; readonly onInput: HandleEvent; readonly onBlur: HandleEvent; readonly onFocus: HandleEvent; readonly resize: TextareaResize; }>; export default _sfc_main;