import { OnInit } from '@angular/core'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { EwMaReplayService } from '../../ew-ma-replay.service'; export declare class EventVideoDialogComponent implements OnInit { dialogRef: MatDialogRef; editDialogData: any; dialog: MatDialog; private replayService; loader: { showSectionLoader: boolean; }; add_poll: any; data: any; open_add_video: any; /** * @description * Inject services to use in this component. * @param replayService Methods to send or receive data from API. */ constructor(dialogRef: MatDialogRef, editDialogData: any, dialog: MatDialog, replayService: EwMaReplayService); ngOnInit(): void; closeDailog(data?: any, opentemplates?: boolean): void; setVideoData(data: any): void; }