import { EventEmitter } from '@angular/core'; import { Product } from '../../../models/shared/product'; import { Router } from '@angular/router'; import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog'; import { DataStoreService } from '../../../services/data-store.service'; import * as i0 from "@angular/core"; export declare class DeviceCardComponent { private readonly router; private readonly dialogService; private readonly store; ref: DynamicDialogRef; device: Product; isSelected: boolean; selectionChanged: EventEmitter; constructor(router: Router, dialogService: DialogService, store: DataStoreService, ref: DynamicDialogRef); navigate(device: Product): void; toggleSelection(): void; viewServices(device: Product): void; open_OOW_Popup(): void; open_IW_Popup(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }