/// import { TableRowProps } from './types'; declare const TableRow: (props: TableRowProps) => JSX.Element; export default TableRow;