import { type RowData, type RowModel, type Table, type TableFeatures } from '@tanstack/react-table'; export declare function createRowDetailsRowModel(): (table: Table) => () => RowModel;