import type { ColumnDef } from '../../hooks/useTable/types.js'; /** * Helper function to identify the row drag column. * @internal */ export declare function isRowDragColumnDef(column: ColumnDef): boolean;