import * as i0 from '@angular/core'; import { OnInit, PipeTransform } from '@angular/core'; import { SafeUrl, DomSanitizer, SafeStyle } from '@angular/platform-browser'; declare class DaffYoutubePlayerComponent implements OnInit { private sanitizer; /** * The URL of the YouTube video. */ src: SafeUrl; /** * The title of the YouTube video. */ title: string; private _width; /** * The width of the player. */ get width(): number; set width(value: number); private _height; /** * The height of the player. */ get height(): number; set height(value: number); constructor(sanitizer: DomSanitizer); /** * @docs-private */ ngOnInit(): void; /** * @docs-private */ get _aspectRatio(): SafeStyle; /** * @docs-private */ get maxWidth(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DaffYoutubeSafePipe implements PipeTransform { private domSanitizer; constructor(domSanitizer: DomSanitizer); transform(url: string): SafeUrl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } /** * @docs-private */ declare const DAFF_YOUTUBE_PLAYER_COMPONENTS: readonly [typeof DaffYoutubePlayerComponent, typeof DaffYoutubeSafePipe]; export { DAFF_YOUTUBE_PLAYER_COMPONENTS, DaffYoutubePlayerComponent, DaffYoutubeSafePipe };