import { ElementRef } from '@angular/core'; import { HighlightedType, MediaIframe, MediaVideo, MediaImage } from 'ngx-obelisco-example/core/models'; import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OHighlightedComponent { private sanitizer; isBgLight?: boolean; type?: HighlightedType; customClasses: string; title?: string; description?: string; image?: MediaImage; video?: MediaVideo; iframe?: MediaIframe; oCustomContent?: OCustomContentDirective; children: ElementRef | undefined; constructor(sanitizer: DomSanitizer); sanitizeUrl(url: string): SafeResourceUrl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }