import type { Column } from './types'; export declare const SELECT_COLUMN_KEY = "select-row"; export declare const SelectColumn: Column;