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