import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
import { MediaIframe } from 'ngx-obelisco-example/core/models';
import * as i0 from "@angular/core";
export declare class OMapIframeComponent {
    private sanitizer;
    constructor(sanitizer: DomSanitizer);
    iframe: MediaIframe;
    customClasses: string;
    sanitizeUrl(url: string): SafeResourceUrl;
    static ɵfac: i0.ɵɵFactoryDeclaration<OMapIframeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OMapIframeComponent, "o-map-iframe", never, { "iframe": "iframe"; "customClasses": "customClasses"; }, {}, never, never, false>;
}
