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