import { DataStoreService } from '../../services/data-store.service'; import { IrisSymptoms } from '../../models/shared/iris-symptom'; import { OverlayPanel } from 'primeng/overlaypanel'; import { FileService } from '../../services/file.service'; import { MessageService } from 'primeng/api'; import { MandateService } from '../../services/mandate.service'; import * as i0 from "@angular/core"; export declare class IncidentReportSuccessComponent { private readonly store; private readonly filseService; private messageService; private readonly mandateService; app: string; id: any; mandate: any; IrisSymtoms: IrisSymptoms; loading: boolean; isOverlayVisible: boolean; colissimoLabel: string; loadingPrint: boolean; constructor(store: DataStoreService, filseService: FileService, messageService: MessageService, mandateService: MandateService); deleteMandateCreationData(): void; getMandate(): void; getOmNumber(): void; togglePrintOverlay(print: OverlayPanel): void; printOm(panel?: OverlayPanel): void; printLabel(panel: OverlayPanel): void; printTracking(): void; downloadTransportLabel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }