import { ActiveTable } from '../../../../../activeTable'; export declare class SelectCellElement { static setCellSelectStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnSelectStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=selectCellElement.d.ts.map