import { Router } from '@angular/router'; import { MandateService } from '../../services/mandate.service'; import { DataStoreService } from '../../services/data-store.service'; import { Product } from '../../models/shared/product'; import { DeviceDetails, Intervention, Invoice } from '../../models/response/device-details.response'; import { LibConfig } from '../../config.token'; import * as i0 from "@angular/core"; export declare class DeviceDetailsComponent { private readonly router; private config; private readonly mandateService; private readonly store; deviceDetails: DeviceDetails; interventions: Intervention[]; invoice: Invoice; constructor(router: Router, config: LibConfig, mandateService: MandateService, store: DataStoreService); app: string; selectedItem: string; navigationItems: ({ title: string; isTitle: boolean; link: string; } | { title: string; link: string; isTitle?: undefined; })[]; selectItem(link: string): void; scrollToSection(sectionId: string): void; fetchDeviceDetails(device: Product): void; getImageUrl(): string; handleImageError(event: any): void; onOpenExtension(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }