declare const rubiwinBaseTheme: { palette: { action: { disabled: string; disabledBackground: string; }; primary: { main: string; light: string; dark: string; hover: string; }; secondary: { main: string; light: string; dark: string; hover: string; }; tertiary: { main: string; light: string; dark: string; }; grey: { main: string; light: string; lighter: string; dynamite: string; disable: string; }; error: { main: string; }; warning: { main: string; }; white: { main: string; }; red: { main: string; }; }; typography: { fontFamily: string; h1: { [x: string]: string | number | { fontSize: string; lineHeight: string; }; fontWeight: number; fontSize: string; lineHeight: string; }; h2: { [x: string]: string | number | { fontSize: string; lineHeight: string; }; fontWeight: number; color: string; fontSize: string; lineHeight: string; }; h3: { [x: string]: string | number | { fontSize: string; lineHeight: string; }; fontWeight: number; color: string; fontSize: string; lineHeight: string; }; h4: { [x: string]: string | number | { fontSize: string; lineHeight: string; }; fontWeight: number; color: string; fontSize: string; lineHeight: string; }; subtitle1: { color: string; fontSize: string; lineHeight: string; }; subtitle1underline: { color: string; fontSize: string; lineHeight: string; textDecoration: string; }; subtitle1bold: { fontWeight: number; color: string; fontSize: string; lineHeight: string; }; body1: { color: string; fontSize: string; lineHeight: string; }; body1underline: { color: string; fontSize: string; lineHeight: string; textDecoration: string; }; body1bold: { fontWeight: number; color: string; fontSize: string; lineHeight: string; }; body2: { color: string; fontSize: string; lineHeight: string; }; body2underline: { color: string; fontSize: string; lineHeight: string; textDecoration: string; }; body2bold: { fontWeight: number; color: string; fontSize: string; lineHeight: string; }; caption: { color: string; fontSize: string; lineHeight: string; }; captionunderline: { color: string; fontSize: string; lineHeight: string; textDecoration: string; }; captionbold: { fontWeight: number; color: string; fontSize: string; lineHeight: string; }; }; breakpoints: { values: { xs: number; sm: number; md: number; lg: number; xl: number; }; }; overrides: { MuiButton: { contained: { boxShadow: string; '&:hover': { boxShadow: string; }; }; root: { borderRadius: string; fontSize: string; textTransform: string; }; containedPrimary: { color: string; }; iconSizeLarge: { '&> *:first-child': { fontSize: string; }; }; }; MuiListItem: { root: { '&$selected': { backgroundColor: string; color: string; '&:hover': { backgroundColor: string; }; }; }; }; MuiTableCell: { sizeSmall: { padding: string; }; stickyHeader: { backgroundColor: string; }; root: { '&:first-of-type': { borderLeft: string; }; '&:last-of-type': { borderRight: string; }; borderRight: string; borderLeft: string; borderBottom: string; }; head: { backgroundColor: string; color: string; borderTop: string; }; body: { color: string; fontSize: string; }; }; MuiTableRow: { root: { '&:nth-of-type(even)': { backgroundColor: string; }; }; }; MuiCheckbox: { root: { color: string; }; }; MuiDivider: { root: { marginTop: string; marginBottom: string; backgroundColor: string; }; }; MuiTableSortLabel: { root: { color: string; opacity: number; '&.Mui-active': { color: string; opacity: number; }; }; icon: { color: string; opacity: number; }; }; MuiFormLabel: { root: { color: string; textTransform: string; }; }; MuiChip: { colorPrimary: { color: string; }; }; MuiSwitch: { thumb: { backgroundColor: string; }; }; MuiBackdrop: { root: { backgroundColor: string; }; }; MuiInput: { root: string; }; }; components: { MuiCssBaseline: { styleOverrides: { body: { scrollbarColor: string; scrollbarFaceColor: string; scrollbarBaseColor: string; scrollbar3dlightColor: string; scrollbarHighlightColor: string; '*::-webkit-scrollbar': { width: string; }; '*::-webkit-scrollbar-track': { background: string; }; '*::-webkit-scrollbar-thumb': { background: string; borderRadius: string; }; }; }; }; MuiButtonBase: { defaultProps: { disableRipple: boolean; }; }; MuiButton: { styleOverrides: { text: { padding: number; '&.MuiButton-textPrimary': { color: string; '&:hover, &:focus': { backgroundColor: string; color: string; }; }; '&.Mui-disabled': { color: string; }; }; outlined: { '&.Mui-disabled': { color: string; }; '&.MuiButton-outlinedError': { '&:hover, &:focus': { backgroundColor: string; }; }; '&:hover, &:focus': { backgroundColor: string; color: string; }; }; contained: { boxShadow: string; '&.MuiButton-containedError': { '&:hover, &:focus': { backgroundColor: string; }; }; '&:hover, &:focus': { boxShadow: string; backgroundColor: string; }; }; root: { borderRadius: string; textTransform: string; padding: string; }; sizeSmall: { padding: string; }; containedPrimary: { color: string; }; iconSizeLarge: { '& > *:first-child': { fontSize: string; }; }; outlinedPrimary: { color: string; }; }; }; MuiIconButton: { styleOverrides: { root: { '&:hover, &:focus': { '.MuiSvgIcon-root > *': { stroke: string; fill: string; }; }; }; }; }; MuiListItem: { styleOverrides: { root: { '&$selected': { backgroundColor: string; color: string; '&:hover': { backgroundColor: string; }; }; }; }; }; MuiTableCell: { styleOverrides: { sizeSmall: { padding: string; }; sizeMedium: { padding: string; }; stickyHeader: { backgroundColor: string; }; head: { backgroundColor: string; color: string; borderTop: number; }; footer: { color: string; }; root: { color: string; fontSize: string; lineHeight: string; '&:first-of-type': { borderLeft: string; }; '&:last-of-type': { borderRight: string; }; borderRight: string; borderLeft: string; borderBottom: string; borderTop: string; }; }; }; MuiTableFooter: { styleOverrides: { root: { backgroundColor: string; }; }; }; MuiTableRow: { styleOverrides: { root: { '&:nth-of-type(even)': { backgroundColor: string; }; }; }; }; MuiPaginationItem: { styleOverrides: { text: { color: string; '&.Mui-selected': { color: string; '&:hover, &:focus': { color: string; backgroundColor: string; }; }; '&.Mui-disabled': { color: string; }; '&:hover, &:focus': { backgroundColor: string; color: string; }; }; }; }; MuiRadio: { styleOverrides: { root: { '&:hover': { backgroundColor: string; '.MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; 'input:focus': { '+ .MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; }; }; }; MuiCheckbox: { styleOverrides: { root: { '&:hover': { backgroundColor: string; '.MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; 'input:focus': { '+ .MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; }; }; }; MuiDivider: { styleOverrides: { root: { marginTop: string; marginBottom: string; backgroundColor: string; }; }; }; MuiTableSortLabel: { styleOverrides: { root: { color: string; opacity: number; '&.Mui-active': { color: string; opacity: number; }; }; icon: { color: string; opacity: number; }; }; }; MuiFormLabel: { styleOverrides: { root: { textTransform: string; '&.Mui-focused': { color: string; '+ .MuiInput-root:before': { borderBottom: string; opacity: number; }; }; '&.MuiFormLabel-filled': { '+ .MuiInput-root:not(.Mui-disabled)': { '&:before': { borderBottom: string; opacity: number; }; }; }; '&.Mui-error': { color: string; '+ .MuiInput-root:not(.Mui-disabled)': { '&:before': { borderColor: string; opacity: number; }; '.MuiSvgIcon-root': { '> *': { fill: string; stroke: string; }; }; }; }; }; }; }; MuiInputLabel: { styleOverrides: { root: { '&:not(.Mui-focused)&:not(.MuiFormLabel-filled)': { width: string; }; }; }; }; MuiChip: { styleOverrides: { colorPrimary: { color: string; }; }; }; MuiSwitch: { styleOverrides: { thumb: { backgroundColor: string; }; }; }; MuiBackdrop: { styleOverrides: { root: { backgroundColor: string; zIndex: number; }; invisible: { backgroundColor: string; }; }; }; MuiInput: { styleOverrides: { root: { color: string; '&:not(.Mui-disabled)': { '&:hover, &.Mui-focused': { '&:before': { borderBottom: string; opacity: number; }; }; '&.Mui-error': { '&:before': { borderColor: string; opacity: number; }; '.MuiSvgIcon-root': { '> *': { fill: string; stroke: string; }; }; }; }; '&:before': { borderColor: string; opacity: number; }; '&:after': { border: string; }; '&.Mui-disabled': { color: string; '&:before': { borderBottomStyle: string; borderColor: string; }; 'path, circle': { fill: string; stroke: string; }; }; '.MuiButtonBase-root': { '&:hover, &:focus': { 'path, circle': { fill: string; stroke: string; }; }; }; }; }; }; MuiPaper: { styleOverrides: { root: { boxShadow: string; borderRadius: string; marginTop: string; }; }; }; MuiSelect: { styleOverrides: { iconStandard: { color: string; }; select: { '&:focus': { backgroundColor: string; }; }; }; }; MuiAutocomplete: { styleOverrides: { popupIndicatorOpen: { '& .MuiSvgIcon-root path': { stroke: string; }; }; listbox: { '.MuiAutocomplete-option': { '&:hover, &[aria-selected="true"], &.Mui-focused': { backgroundColor: string; color: string; '.MuiTypography-root': { color: string; }; }; }; }; popupIndicator: { '&:hover': { backgroundColor: string; }; }; }; }; MuiCalendarPicker: { styleOverrides: { root: { '& > div:first-of-type': { paddingTop: number; paddingBottom: number; margin: number; backgroundColor: string; borderRadius: string; maxHeight: string; '& .MuiButtonBase-root': { color: string; }; '& > div': { color: string; }; }; '& .PrivatePickersSlideTransition-root': { minHeight: number; '& > div:first-of-type': { position: string; }; }; }; }; }; MuiPickersDay: { styleOverrides: { root: { borderRadius: number; '&.Mui-selected': { color: string; '&:hover': { backgroundColor: string; }; '&:focus': { backgroundColor: string; }; }; '&:hover': { backgroundColor: string; }; }; }; }; MuiTabs: { styleOverrides: { scroller: { paddingBottom: string; }; flexContainer: { borderBottom: string; }; indicator: { height: string; }; }; }; MuiTab: { styleOverrides: { root: { '&:hover, &:focus': { color: string; }; color: string; fontSize: string; lineHeight: string; textTransform: string; }; }; }; MuiTabPanel: { styleOverrides: { root: { padding: string; }; }; }; MuiAccordion: { styleOverrides: { root: { marginTop: number; boxShadow: string; '&:before': { display: string; }; '&.Mui-expanded': { marginBottom: number; marginTop: number; }; '&:first-of-type, &:last-of-type': { borderRadius: number; }; }; }; }; MuiAccordionSummary: { styleOverrides: { root: { paddingLeft: number; paddingRight: number; '&.Mui-expanded': { minHeight: number; }; '& .MuiAccordionSummary-content.Mui-expanded': { my: number; }; }; }; }; MuiAccordionDetails: { styleOverrides: { root: { paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; }; }; }; MuiMenuItem: { styleOverrides: { root: { '&..Mui-selected': { backgroundColor: string; }; '&:hover, &:focus': { backgroundColor: string; color: string; '.MuiTypography-root': { color: string; }; }; }; }; }; MuiFormControlLabel: { styleOverrides: { root: { '&.Mui-error': { '.MuiTypography-root': { color: string; }; '.MuiCheckbox-root, .MuiRadio-root': { '.MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; }; '&:hover': { '.MuiCheckbox-root, .MuiRadio-root': { backgroundColor: string; '.MuiSvgIcon-root > rect:first-of-type': { stroke: string; opacity: number; }; }; }; }; }; }; }; }; export declare const theme: import("@mui/material/styles").Theme; export default rubiwinBaseTheme;