import { type RowData, type RowModel, type Table } from '@tanstack/table-core'; export declare function getTopAndBottomExpandedRowModel(): (table: Table) => () => RowModel; export declare function expandRows(rowModel: RowModel): RowModel; //# sourceMappingURL=topAndBottomExpandedRowModel.d.ts.map