import { default as React } from 'react'; type Props = { row: T; rowIndex: number; }; export declare function TableRow({ row, rowIndex }: Props): React.JSX.Element; export {}; //# sourceMappingURL=TableRow.d.ts.map