import { InputHTMLAttributes } from 'preact'; type InputProps = InputHTMLAttributes; export declare function Checkbox(props: InputProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Checkbox.d.ts.map