export default function Table(theme: any): { MuiTableCell: { styleOverrides: { head: { color: any; backgroundColor: any; }; }; }; };