import { SimpleChanges } from '@angular/core'; import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class TentVideoComponent { private sanitizer; title?: string; subtitle?: string; youtubeUrl: string; imagen?: string; videoId: string | null; thumbnailUrl: string | null; safeEmbedUrl?: SafeResourceUrl; isPlaying: boolean; constructor(sanitizer: DomSanitizer); ngOnChanges(changes: SimpleChanges): void; private setupYoutubeData; private extractVideoId; onPlayClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }