import {
  CheckboxProps,
} from '@material-ui/core/Checkbox';

export type ICheckboxOwnProps = CheckboxProps;
