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