import { OnInit } from '@angular/core'; import { TypeService } from '../../service/lcontype/type.service'; import { HttpClient } from '@angular/common/http'; import { TestWeiyunService } from '../../test.weiyun.service'; export declare class HomeComponent implements OnInit { srv: TypeService; ml: TestWeiyunService; http: HttpClient; getval: any; line: any; x: any; column: any; arr: any[]; posData: any; picNewData: any; moduleData: any; showDataTime: any; values: any; constructor(srv: TypeService, ml: TestWeiyunService, http: HttpClient); ngOnInit(): void; getModules(): void; }