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