import { ElementRef } from '@angular/core'; import { PopupService } from '../popup.service'; export declare class IframeComponent { private popup; url: string; iframe: ElementRef; constructor(popup: PopupService); load(): void; }