declare namespace _default { namespace MuiCheckbox { let root: { color: string; padding: number; borderRadius: number; marginRight: number; '&.MuiCheckbox-colorPrimary.Mui-checked:hover': { backgroundColor: string; }; '&.MuiCheckbox-colorPrimary.Mui-checked:hover .MuiIconButton-label path': { fill: string; }; '&.MuiCheckbox-colorPrimary.MuiCheckbox-indeterminate:hover .MuiIconButton-label path': { fill: string; }; '& .MuiTouchRipple-child': { borderRadius: number; }; }; let colorPrimary: { '&:hover': { backgroundColor: string; }; '&.MuiCheckbox-indeterminate': { color: string; }; '&.Mui-disabled': { opacity: number; color: string; '&.Mui-checked, &.MuiCheckbox-indeterminate': { color: string; }; }; }; } } export default _default; //# sourceMappingURL=checkboxOverrides.d.ts.map