import React from 'react'; import { CheckboxProps } from '@mui/material/Checkbox'; declare const Checkbox: React.FC; export default Checkbox;