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