import { OnInit, OnDestroy, NgZone, ElementRef } from '@angular/core'; import { GanttDatePoint } from '../../class/date-point'; import { GanttUpper } from '../../gantt-upper'; import { GanttViewType } from './../../class/view-type'; import * as i0 from "@angular/core"; export declare class GanttCalendarComponent implements OnInit, OnDestroy { ganttUpper: GanttUpper; private ngZone; private elementRef; get view(): import("@worktile/gantt").GanttView; headerHeight: number; mainHeight: number; todayHeight: number; todayWidth: number; todayBorderRadius: number; viewTypes: typeof GanttViewType; className: boolean; private unsubscribe$; constructor(ganttUpper: GanttUpper, ngZone: NgZone, elementRef: ElementRef); setTodayPoint(): void; ngOnInit(): void; trackBy(index: number, point: GanttDatePoint): string | number; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }