import type { ColumnDef } from '@tanstack/react-table'; /** * Creates a checkbox selection column for use in Table. * Automatically injected by Table when `onRowSelectionChange` is provided. * Supports shift-click range selection. */ export declare const createSelectionColumn: () => ColumnDef;