export type TableRowProps = { row: any; rowIndex: number; }; export default function TableRow({ row, rowIndex }: TableRowProps): any; //# sourceMappingURL=TableRow.d.ts.map