/// <reference types="react" />
import { ICheckboxProps, IReactHookFormProps } from "./types";
export declare const InputCheckbox: React.FC<ICheckboxProps & IReactHookFormProps>;
