import { AfterViewInit, ElementRef } from '@angular/core'; import { MatDialogRef } from '@angular/material'; export declare class PopupComponent implements AfterViewInit { private dialog; private fullScreen; constructor(dialog: MatDialogRef); player: ElementRef; onFullScreenChange(event: any): void; ngAfterViewInit(): void; }