/** * html/textarea — styled primitive. */ import { type TextareaHTMLAttributes } from "react"; export declare const textareaVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export type TextareaElProps = TextareaHTMLAttributes; export declare const TextareaEl: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=textarea.d.ts.map