declare namespace _default { namespace MuiRadio { let root: { borderRadius: number; padding: number; '& .MuiTouchRipple-child': { borderRadius: number; }; '&.small': { '& .MuiIconButton-label > svg': { height: number; width: number; }; }; color: string; '&.MuiRadio-colorPrimary.Mui-checked:hover': { backgroundColor: string; }; '&.MuiRadio-colorPrimary.Mui-checked:hover .MuiIconButton-label path:nth-of-type(1)': { stroke: string; }; '&.MuiRadio-colorPrimary.Mui-checked:hover .MuiIconButton-label path:nth-of-type(2)': { fill: string; }; }; let colorPrimary: { '&.Mui-disabled > .MuiIconButton-label': { opacity: number; }; '&.Mui-checked.Mui-disabled > .MuiIconButton-label': { opacity: number; }; }; } } export default _default; //# sourceMappingURL=radioOverrides.d.ts.map