import { FormTextAreaProps } from "../../input.type";
export declare function FormTextArea({ autosize, minRows, maxRows, isRequired, label, isDisabled, error, name, defaultValue, onChange, style, ...rest }: FormTextAreaProps): import("react/jsx-runtime").JSX.Element;
