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