import React from 'react'; import { TableContainerProps } from '@material-ui/core'; declare const TableContainer: React.ElementType; export { TableContainer };