///
export declare const Textarea: import("react").ForwardRefExoticComponent<{
label?: import("react").ReactNode;
error?: import("react").ReactNode;
warning?: import("react").ReactNode;
success?: import("react").ReactNode;
variant?: "small" | "default" | undefined;
color?: "default" | "accent" | undefined;
active?: boolean | undefined;
fullwidth?: boolean | undefined;
wrapperRef?: import("react").RefObject | undefined;
as?: undefined;
} & Omit & import("react").TextareaHTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | keyof {
label?: import("react").ReactNode;
error?: import("react").ReactNode;
warning?: import("react").ReactNode;
success?: import("react").ReactNode;
variant?: "small" | "default" | undefined;
color?: "default" | "accent" | undefined;
active?: boolean | undefined;
fullwidth?: boolean | undefined;
wrapperRef?: import("react").RefObject | undefined;
as?: undefined;
}> & import("react").RefAttributes>;
//# sourceMappingURL=Textarea.d.ts.map