import { TextareaValue } from './type'; declare const _default: import("vue").DefineComponent; default: import("@/components").TdTextareaProps['autosize']; }; bordered: BooleanConstructor; cursorColor: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: any; }; indicator: BooleanConstructor; label: { type: import("vue").PropType; }; layout: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['layout']; validator(val: import("@/components").TdTextareaProps['layout']): boolean; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: import("vue").PropType; }; name: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: any; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['value']; }; modelValue: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['value']; }; defaultValue: { type: import("vue").PropType; }; onBlur: import("vue").PropType; onChange: import("vue").PropType; onFocus: import("vue").PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: import("@/components").TdTextareaProps['autosize']; }; bordered: BooleanConstructor; cursorColor: { type: StringConstructor; default: string; }; disabled: { type: BooleanConstructor; default: any; }; indicator: BooleanConstructor; label: { type: import("vue").PropType; }; layout: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['layout']; validator(val: import("@/components").TdTextareaProps['layout']): boolean; }; maxcharacter: { type: NumberConstructor; }; maxlength: { type: import("vue").PropType; }; name: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: any; }; readonly: { type: BooleanConstructor; default: any; }; value: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['value']; }; modelValue: { type: import("vue").PropType; default: import("@/components").TdTextareaProps['value']; }; defaultValue: { type: import("vue").PropType; }; onBlur: import("vue").PropType; onChange: import("vue").PropType; onFocus: import("vue").PropType; }>> & Readonly<{}>, { allowInputOverMax: boolean; autofocus: boolean; autosize: boolean | { minRows?: number; maxRows?: number; }; bordered: boolean; cursorColor: string; disabled: boolean; indicator: boolean; layout: "horizontal" | "vertical"; name: string; placeholder: string; readonly: boolean; value: TextareaValue; modelValue: TextareaValue; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;