import React from 'react'; import type { TableRowProps } from './types'; /** @deprecated Use `DataTableRow` from `data-table` instead. */ export declare function TableRow({ item, columns, onClick, href, className, index, compact, selectable, selected, onSelect, animateRowReorder, motionDiv }: TableRowProps): React.JSX.Element; //# sourceMappingURL=table-row.d.ts.map