import { CellComponent } from '../types'; export declare const selectColumn: (options: { key: string; choices: any[]; }) => { columnData: { key: string; choices: any[]; }; disableKeys: boolean; keepFocus: boolean; component: CellComponent; deleteValue: (data: any) => any; copyValue: (data: any) => any; pasteValue: (data: any) => any; }; //# sourceMappingURL=selectColumn.d.ts.map