export declare const ZTextarea: import("atomico/types/dom").Atomico<{ props: { value: { type: StringConstructor; reflect: boolean; }; label: StringConstructor; placeholder: StringConstructor; name: StringConstructor; rows: NumberConstructor; size: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; isFocused: { type: BooleanConstructor; reflect: boolean; }; invalid: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isReadonly: { type: BooleanConstructor; reflect: boolean; }; isRequired: { type: BooleanConstructor; reflect: boolean; }; isAutoResize: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; input: import("atomico").EventProp<{ value: string; }>; change: import("atomico").EventProp<{ value: string; }>; }; styles: CSSStyleSheet[]; }>;