import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
import { MediaIframe } from 'ngx-obelisco-example/core/models';
import { OCustomContentDirective } from 'ngx-obelisco-example/directives';
import * as i0 from "@angular/core";
export declare class OMapComponent {
    private sanitizer;
    constructor(sanitizer: DomSanitizer);
    type: 'lateral' | 'institutional';
    title: string;
    description: string;
    iframe: MediaIframe;
    customClasses: string;
    oCustomContent?: OCustomContentDirective;
    sanitizeUrl(url: string): SafeResourceUrl;
    static ɵfac: i0.ɵɵFactoryDeclaration<OMapComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OMapComponent, "o-map", never, { "type": "type"; "title": "title"; "description": "description"; "iframe": "iframe"; "customClasses": "customClasses"; }, {}, ["oCustomContent"], ["o-map-header", "o-map-content", "o-map-footer", "*"], false>;
}
