import { OnInit } from '@angular/core'; import { DurationPipe } from '@apipass/pipes'; import * as i0 from "@angular/core"; export declare class DurationProgressbarComponent implements OnInit { private readonly durationPipe; running: boolean; private _startDate; private _endDate; private _startPartDate; private _endPartDate; barHeight: number; progressHeight: number; runningTooltip: string; progressTooltipConjunction: string; timezone: string; totalDurationTime: number; partDurationTime: number; startPercentage: number; progressWidth: number; progressPercentValue: number; constructor(durationPipe: DurationPipe); set startPartDate(date: Date | string); get startPartDate(): Date; set endPartDate(date: Date | string); get endPartDate(): Date; set startDate(date: Date | string); get startDate(): Date; set endDate(date: Date | string); get endDate(): Date; ngOnInit(): Promise; initialize(): Promise; getTotalDuration(startDate: Date, endDate: Date): number; stringToDate(date: Date | string): Date; getTooltipText(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }