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