import { TableBodyProps } from '@material-ui/core/TableBody';
export declare type ITableBodyProps = Partial<TableBodyProps>;
