import { Type } from '@angular/core'; import { DeviceProfileParams } from "./deviceProfileParams"; export declare class DeviceProfilesTemp { component?: Type; disconnectDisplayName: string; name: string; connectDisplayName: string; deviceProfileParams: DeviceProfileParams; showTimer: boolean; id: string; constructor(field?: DeviceProfilesTemp); newDeviceProfilesTemp(): void; /**function to create report object with existing values * *@param Report * */ deviceProfilesTemp(field: any): void; }