import { CheckboxProps } from '@mui/material'; export interface CheckboxWrapperProps extends CheckboxProps { label: string; }