export namespace MuiDataTableTheme { namespace MuiPaper { namespace styleOverrides { function root({ theme }: { theme: any; }): { fontFamily: any; '& div[class*="MUIDataTable-responsiveBase"]': { border: string; borderTop: string; borderRadius: string; }; "& .MuiTableHead-root .MuiTableCell-head": { backgroundColor: string; fontSize: string; fontWeight: number; border: number; textTransform: string; padding: string; }; "& .MuiTableHead-root .MuiTableCell-head .MuiButton-root": { backgroundColor: string; fontSize: string; fontWeight: number; border: number; textTransform: string; }; }; } } namespace MuiTableCell { export namespace styleOverrides_1 { function footer({ theme }: { theme: any; }): { border: number; "& .MuiTablePagination-toolbar .MuiTablePagination-selectLabel": { color: any; }; "& .MuiTablePagination-toolbar .MuiTablePagination-input": { border: string; borderRadius: string; color: any; "& .MuiTablePagination-select": { marginRight: string; }; }; "& .MuiTablePagination-actions .MuiButtonBase-root:not(.Mui-disabled)": { color: any; border: string; borderRadius: string; padding: string; margin: string; }; "& .MuiTablePagination-actions .MuiButtonBase-root.Mui-disabled": { color: string; }; "& .MuiTablePagination-toolbar": { border: string; }; }; namespace body { let border: number; let fontSize: string; } } export { styleOverrides_1 as styleOverrides }; } namespace MuiTableRow { export namespace styleOverrides_2 { let root_1: { "&:nth-child(even)": { backgroundColor: string; }; }; export { root_1 as root }; } export { styleOverrides_2 as styleOverrides }; } namespace MuiToolbar { export namespace styleOverrides_3 { export function regular({ theme }: { theme: any; }): { border: string; borderBottom: string; '& [class*="MUIDataTableSearch-main"]': { flexDirection: string; border: string; borderRadius: string; padding: string; backgroundColor: string; "& .MuiSvgIcon-root": { fill: any; }; "& .MuiButtonBase-root.MuiIconButton-root": { display: string; }; "& .MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root": { flex: string; }; "& .MuiInputBase-root.MuiInput-underline:before": { border: number; }; "& .MuiInputBase-root.MuiInput-underline.Mui-focused:after": { border: number; }; }; }; let root_2: { '& .MuiTablePagination-toolbar': { border: string; }; }; export { root_2 as root }; } export { styleOverrides_3 as styleOverrides }; } namespace MuiIconButton { export namespace styleOverrides_4 { export function root_3({ theme }: { theme: any; }): { '&[data-testid="Filter Table-iconButton"]': { fontSize: string; padding: string; border: string; borderRadius: string; }; }; export { root_3 as root }; } export { styleOverrides_4 as styleOverrides }; } }