import { OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { ACCom } from "../../../../services/ac-com.service"; import { Router } from "@angular/router"; export declare class ACIotTraceviewComponent implements OnInit, AfterViewInit, OnDestroy { private router; ACCom: ACCom; _guid: any; set GUID(val: string); constructor(router: Router, ACCom: ACCom); ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; killed: boolean; timer(): void; traceOverviewList: any[]; mytraceitem: Array; loadItems(tracemodule: any): void; ModuleDict: {}; getOverview(): void; private IsLoading; private refresh; }