import { OnInit } from '@angular/core'; import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog'; import { DataStoreService } from '../../services/data-store.service'; import { MappedProducts, Products } from '../../models/shared/product'; import { MandateService } from '../../services/mandate.service'; import * as i0 from "@angular/core"; export declare class DevicesComponent implements OnInit { private readonly dialogService; private readonly store; private readonly mandateService; app: string; mappedDevices: MappedProducts; messages: any[]; ref: DynamicDialogRef | undefined; devices: Products; constructor(dialogService: DialogService, store: DataStoreService, mandateService: MandateService); viewMode: string; viewModes: { type: string; icon: string; }[]; setView(mode: string): void; onGetDevicesWarranty(): void; openPopup(): void; ngOnInit(): void; handleDeletionMessage(message: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }