import { OnInit } from '@angular/core'; import { TestWeiyunService } from './test.weiyun.service'; import { TypeService } from './service/lcontype/type.service'; export declare class TestWeiyunComponent implements OnInit { private ml; srv: TypeService; rootIp: any; constructor(ml: TestWeiyunService, srv: TypeService); ngOnInit(): void; ngOnChanges(): void; }