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