import { AfterViewInit, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class BabylonIframeComponent implements OnChanges, AfterViewInit, OnDestroy { private readonly sanitizer; private readonly platformId; frameUrl?: string; embedContainer?: ElementRef; safeUrl: SafeResourceUrl | null; isHtmlEmbed: boolean; private viewReady; constructor(sanitizer: DomSanitizer, platformId: Object); ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; ngOnDestroy(): void; private renderHtmlEmbed; private clearHtmlEmbed; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }