import { OnInit, NgZone, ElementRef, TemplateRef, OnDestroy } from '@angular/core'; import { GanttDomService } from './gantt-dom.service'; import { GanttDragContainer } from './gantt-drag-container'; import { GanttUpper } from './gantt-upper'; import { GanttPrintService } from './gantt-print.service'; import * as i0 from "@angular/core"; export declare class NgxGanttRootComponent implements OnInit, OnDestroy { private elementRef; private ngZone; private dom; dragContainer: GanttDragContainer; private ganttUpper; private printService; sideWidth: number; sideTemplate: TemplateRef; mainTemplate: TemplateRef; /** The native `` element. */ backdrop: ElementRef; private unsubscribe$; private get view(); constructor(elementRef: ElementRef, ngZone: NgZone, dom: GanttDomService, dragContainer: GanttDragContainer, ganttUpper: GanttUpper, printService: GanttPrintService); ngOnInit(): void; ngOnDestroy(): void; private setupViewScroll; private setupResize; private setupScrollClass; private scrollToToday; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }