declare namespace _default { namespace MuiToggleButtonGroup { let root: { '&>:first-child': { borderRadius: string; }; '&>:last-child': { borderRadius: string; }; '& .MuiToggleButton-root': { height: number; minHeight: number; fontWeight: number; fontSize: number; padding: string; backgroundColor: string; marginRight: number; borderLeft: string; borderRight: string; borderTop: string; borderBottom: string; color: string; whiteSpace: string; '&:hover': { color: string; background: string; }; }; '& .MuiToggleButton-root.Mui-selected': { backgroundColor: string; color: string; '&:hover': { backgroundColor: string; color: string; }; }; '& .MuiToggleButton-root.Mui-disabled': { color: string; opacity: number; pointerEvents: string; backgroundColor: string; '&:hover': { color: string; backgroundColor: string; }; '&.Mui-selected': { color: string; }; }; '& .MuiToggleButton-root.MuiToggleButton-sizeLarge': { height: number; minHeight: number; fontWeight: number; fontSize: number; padding: string; }; '& .MuiToggleButton-root.MuiToggleButton-sizeMedium': { height: number; minHeight: number; fontWeight: number; fontSize: number; padding: string; }; '& .MuiToggleButton-root.MuiToggleButton-sizeSmall': { height: number; minHeight: number; fontWeight: number; fontSize: number; padding: string; '& .i-icon, & .i-icon svg': { width: string; height: string; }; }; '& .MuiToggleButton-label': { textTransform: string; }; }; } } export default _default; //# sourceMappingURL=toggleButtonsGroupOverrides.d.ts.map