import { MandateService } from '../../services/mandate.service'; import { ActivatedRoute } from '@angular/router'; import { MandateDetails, TrackingColissimo, WorkflowHistory } from '../../models/shared/mandate'; import { ReferentialService } from '../../services/referential.service'; import { IrisSymptoms } from '../../models/shared/iris-symptom'; import * as i0 from "@angular/core"; export declare class IncidentDetailsComponent { private route; private readonly mandateService; private referentialService; app: string; mandateId: string; mandate: MandateDetails; workflowHistories: WorkflowHistory[]; IrisSymtoms: IrisSymptoms; colissimoLabel: string; trackingNumber: string | undefined; lastStepTitle: string; constructor(route: ActivatedRoute, mandateService: MandateService, referentialService: ReferentialService); getMandateDetails(): void; setLastStepTitle(trackingColissimo: TrackingColissimo): void; downloadTransportLabel(): void; getIrisSymptoms(): void; getStatusLabel(status: string): string; getIrisSymptomLabel(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }