import { ActiveTable } from '../../../../../activeTable'; export declare class LabelCellElement { static setCellLabelStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnLabelStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=labelCellElement.d.ts.map