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