/// export type CheckboxPropTypes = { id: string | number; }; declare const Checkbox: React.FC; export default Checkbox;