import type { CellData, ColumnDef, RowData, TableFeatures } from '@tanstack/react-table'; /** * Helper function to identify the row drag column. * @internal */ export declare function isRowDragColumnDef(column: ColumnDef): boolean;