import TableRow from './TableRow';
export { ITableRowProps } from './TableRow.props';
export { TableRow };
export default TableRow;
