import { type AccessorFnColumnDef, type RowData } from '@tanstack/react-table'; import type { TDataTableFeatures } from '../types/features.types.js'; /** * Column definition for the row drag column. * @internal */ export declare const ROW_DRAG_COLUMN: AccessorFnColumnDef;