import { FieldPath, FieldValues } from "react-hook-form"; import { CommonUnknownFieldProps } from "../common/types.js"; export declare function CheckboxFormField = FieldPath>({ ...fieldProps }: CommonUnknownFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CheckboxFormField.d.ts.map