import type { TextareaFieldProps } from "../types/fields"; export declare function TextareaField({ id, label, placeholder, description, required, value, onChange, onBlur, error, touched, rows, maxLength, animationIndex, disabled, }: TextareaFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TextareaField.d.ts.map