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