import type { Theme } from '@mui/material/styles'; export declare function tableOverride(theme: Theme): { MuiTableCell: { styleOverrides: { head: { color: string; backgroundColor: string; borderBottom: string; }; }; }; MuiTableContainer: { styleOverrides: { root: { boxShadow: string; }; }; }; };