import type { ColumnDef } from '@tanstack/react-table'; /** * Creates an expand/collapse column for use in Table. * Automatically injected by Table when `renderExpandedRow` is provided. */ export declare const createExpandColumn: () => ColumnDef;