import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DurationTimelineComponent implements OnInit { timeLineParts: number[]; running: boolean; private _startDate; private _endDate; private _durationParts; onlyLargestUnit: boolean; runningLabel: string; runningTooltip: string; timezone: string; set startDate(date: Date | string); get startDate(): Date; set endDate(date: Date | string); get endDate(): Date; set durationParts(parts: number); get durationParts(): number; ngOnInit(): Promise; initialize(): Promise; getTotalDuration(endDate: Date): number; stringToDate(date: Date | string): Date; getDurationWidth(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }