export { TableContainer, Table, TableCell, TableRow, TableHead, TableBody, TableFooter, TableSortLabel, TablePagination, } from '@mui/material'; export type { TableContainerProps, TableProps, TableCellProps, TableRowProps, TableHeadProps, TableBodyProps, TableFooterProps, TableSortLabelProps, TablePaginationProps, } from '@mui/material';