import { UseFormRegisterReturn } from 'react-hook-form'; import { DetailedHTMLProps, InputHTMLAttributes } from 'react'; export default function Checkbox({ id, label, innerRef, className, ...props }: DetailedHTMLProps, HTMLInputElement> & { label: string; innerRef?: UseFormRegisterReturn; }): JSX.Element; //# sourceMappingURL=Checkbox.d.ts.map