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