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