import { ActiveTable } from '../../../../activeTable'; export declare class DateCellElement { static setCellDateStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void; static setColumnDateStructure(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=dateCellElement.d.ts.map