import { CELL_UPDATE_TYPE } from '../../../enums/onUpdateCellType'; import { ElementDetails } from '../../../types/elementDetails'; import { ActiveTable } from '../../../activeTable'; export declare class UpdateCellsForColumns { private static updateColumn; private static updateNextBeforeLastColumns; static rebindAndFireUpdates(at: ActiveTable, row: ElementDetails, startingColumnIndex: number, updateType: CELL_UPDATE_TYPE, lastColumn: ElementDetails): void; } //# sourceMappingURL=updateCellsForColumns.d.ts.map