import { CheckboxTypeMap } from "./CheckboxProps"; /** * * Demos: * * - [Checkboxes](https://mui.com/components/checkboxes/) * - [Transfer List](https://mui.com/components/transfer-list/) * * API: * * - [Checkbox API](https://mui.com/api/checkbox/) * - inherits [ButtonBase API](https://mui.com/api/button-base/) */ declare const Checkbox: import("@suid/types").OverridableComponent>; export default Checkbox; //# sourceMappingURL=Checkbox.d.ts.map