/// export interface CheckboxProps { } declare const Checkbox: React.FC; export default Checkbox; //# sourceMappingURL=Checkbox.d.ts.map