import { FrameComponentsCellsColors } from '../../../../types/frameComponentsCellsColors'; import { ActiveTable } from '../../../../activeTable'; export declare class AddNewColumnEvents { private static readonly NUMBER_OF_HIGHLIGHT_CHUNKS; private static setHeaderCellStyle; private static setDataCellStyle; private static setDataCellsStyle; static toggleColor(isHighlight: boolean, addColumnCellsElementsRef: HTMLElement[], cellColors: FrameComponentsCellsColors): void; static setEvents(at: ActiveTable, cellElement: HTMLElement): void; } //# sourceMappingURL=addNewColumnEvents.d.ts.map