import { AfterViewInit, ElementRef, EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VcIframeComponent implements OnInit, AfterViewInit { src: string; type: string; closeIframe: EventEmitter; onIframeLoaded: EventEmitter; iframe: ElementRef; ngOnInit(): void; ngAfterViewInit(): void; private handleMessage; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }