/// export type CheckboxPropTypes = { selected?: boolean; isIndeterminate?: boolean; }; declare const Checkbox: React.FC; export default Checkbox;