import React from 'react'; export declare const Textarea: React.ForwardRefExoticComponent<{ invalid?: boolean | undefined; size?: import("../../types/responsive-variants.types.js").ResponsiveVariants<"small" | "xlarge" | "medium" | "large" | undefined>; width?: import("../../types/responsive-variants.types.js").ResponsiveVariants<2 | 1 | 3 | "full" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 20 | 30 | undefined>; } & Omit, "size"> & React.RefAttributes>;