import { EventEmitter } from '@angular/core'; import { Device } from '../classes/device'; import * as i0 from "@angular/core"; export declare class DeviceListComponent { devices: any; onDeviceSelect: EventEmitter; constructor(); selectDevice(device: Device): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }