import { FieldPathByValue, FieldValues } from "react-hook-form"; import { CommonStringFieldProps } from "../common/types.js"; import { type StyledTextAreaProps } from "../styled/StyledTextArea.js"; export declare function TextAreaFormField = FieldPathByValue>({ placeholder, rows, minRows, maxRows, ...fieldProps }: CommonStringFieldProps & Pick): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TextAreaFormField.d.ts.map