import { TdTextareaProps } from './type'; import { PropType } from 'vue'; declare const _default: { allowInputOverMax: BooleanConstructor; autofocus: BooleanConstructor; autosize: { type: PropType; default: TdTextareaProps["autosize"]; }; disabled: { type: BooleanConstructor; default: any; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: PropType; }; name: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: any; }; readonly: { type: BooleanConstructor; default: any; }; status: { type: PropType; default: TdTextareaProps["status"]; validator(val: TdTextareaProps["status"]): boolean; }; tips: { type: PropType; }; value: { type: PropType; default: TdTextareaProps["value"]; }; modelValue: { type: PropType; default: TdTextareaProps["value"]; }; defaultValue: { type: PropType; }; onBlur: PropType; onChange: PropType; onFocus: PropType; onKeydown: PropType; onKeypress: PropType; onKeyup: PropType; onValidate: PropType; }; export default _default;