import TableRow from './TableRow'; import type { TableRowProps } from './TableRow.types'; export type { TableRowProps }; export default TableRow;