export namespace dateTimePickerThemeOverrides { namespace MuiPickerDTToolbar { let toolbar: { backgroundColor: string; marginBottom: string; '& .MuiGrid-justify-xs-center .MuiGrid-grid-xs-6': { marginLeft: string; }; '& .MuiButton-root': { height: string; color: string; }; '& .MuiPickersToolbarText-toolbarTxt': { color: string; }; '& .MuiPickersToolbarText-toolbarBtnSelected': { color: string; }; '& h3.MuiPickersToolbarText-toolbarTxt': { fontSize: string; marginBottom: string; }; '& h4.MuiPickersToolbarText-toolbarTxt': { marginBottom: string; minWidth: string; textAlign: string; }; '& h6.MuiPickersToolbarText-toolbarTxt': { marginBottom: string; fontSize: string; }; '& .MuiGrid-grid-xs-5 h6.MuiPickersToolbarText-toolbarTxt': { marginBottom: string; }; '& .MuiGrid-grid-xs-1:last-child': { marginBottom: string; }; '& .MuiGrid-grid-xs-1:last-child h6.MuiPickersToolbarText-toolbarTxt': { marginBottom: number; }; '& .MuiGrid-grid-xs-6': { marginLeft: string; }; }; } namespace MuiPickersCalendarHeader { let switchHeader: { '& .MuiPickersCalendarHeader-iconButton': { padding: number; borderRadius: number; '&:hover': { backgroundColor: string; }; }; '& .MuiPickersCalendarHeader-transitionContainer p': { marginLeft: string; }; '& .MuiPickersCalendarHeader-iconButton:first-child': { marginLeft: string; }; '& .MuiPickersCalendarHeader-iconButton:last-child': { marginRight: string; }; }; } namespace MuiPickersBasePicker { let container: { '& .MuiPaper-elevation1': { boxShadow: string; }; '& .MuiTabs-indicator': { width: string; height: number; }; }; let pickerView: { '& .MuiPickersCalendar-transitionContainer': { marginLeft: string; minHeight: string; }; '& .MuiPickersClock-clock': { backgroundColor: string; }; '& .MuiPickersClockPointer-pointer': { width: string; }; '& .MuiPickersClockNumber-clockNumber': { color: string; fontSize: string; }; }; } namespace MuiPickerDTTabs { let tabs: { backgroundColor: string; '& .MuiTab-textColorInherit.Mui-selected': { color: string; }; '& .MuiTab-textColorInherit': { color: string; }; '& .MuiTabs-flexContainer': { '& .MuiTabs-indicator': { width: string; }; }; }; } namespace MuiPickersDay { let day: { color: string; '&:hover': { backgroundColor: string; }; fontSize: number; }; namespace daySelected { let backgroundColor: string; } } } //# sourceMappingURL=dateTimePickerThemeOverrides.d.ts.map