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