import React, { ComponentPropsWithoutRef } from "react"; import { InputVariantProps } from "../../styles"; export type TextAreaProps = ComponentPropsWithoutRef<"textarea"> & InputVariantProps; /** * Displays a form textarea. */ export declare const TextArea: React.ForwardRefExoticComponent, HTMLTextAreaElement>, "ref"> & InputVariantProps & React.RefAttributes>; //# sourceMappingURL=TextArea.d.ts.map