import { OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; import { GanttService } from '../gantt.service'; import * as i0 from "@angular/core"; export declare class GanttMilestoneComponent implements OnInit, OnChanges, OnDestroy { private ganttService; startDate: Date; title: string; id: string; left: number; private ganttScaleStatusHandler; constructor(ganttService: GanttService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }