/// import { type TableContainerProps as MuiTableContainerProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../../types'; export type TableContainerProps = WithoutEmotionSpecific; export declare const TableContainer: (props: TableContainerProps) => JSX.Element;