import { OnInit } from '@angular/core'; import { GetpicService } from "../getpic/getpic.service"; import { TestQueryService } from "../../test-query.service"; export declare class ChileComponent implements OnInit { private getpic; ml: TestQueryService; value: any; iframe: any; urlss: any; pWidth: any; ifHeight: any; constructor(getpic: GetpicService, ml: TestQueryService); getData: any; ngOnInit(): void; ngOnChanges(): void; }