import { ElementRef, AfterViewInit } from '@angular/core'; import { YouTubePlayer } from '@angular/youtube-player'; export declare class VideoPlayerComponent implements AfterViewInit { _document: any; type: any; src: any; playerContainer: ElementRef; youtubePlayer: YouTubePlayer; player: any; constructor(_document: any); ngAfterViewInit(): void; stopVideo(): void; }