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