import { EventEmitter } from '@angular/core'; import { IframeBase } from './iframe-base'; import * as i0 from "@angular/core"; export declare class IframeComponent implements IframeBase { url: string; height: string; width: string; onEventLoad?: EventEmitter; eventLoad(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }