import { OnDestroy } from '@angular/core'; import { ACCom } from "../../../../services/ac-com.service"; export declare class ACIotTerminalComponent implements OnDestroy { accom: ACCom; private myScrollContainer; _guid: any; set GUID(val: string); key: string; constructor(accom: ACCom); activtab: number; kill: boolean; ngOnDestroy(): void; static lastLogCnt: number; static lastWarningCnt: number; static lastErrorCount: number; static lastFatalErrorCnt: number; get onlineTrace(): Array; static sonlineTrace: any[]; virgin: boolean; scrollToBottom(): void; timer(): void; }