import { FormCheckboxProps } from './types'; import { FieldValues } from 'react-hook-form'; export declare const FormCheckbox: ({ label, name, options, onChange: handleChange, ...rest }: FormCheckboxProps) => import("react/jsx-runtime").JSX.Element;