import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { EwMaTableListService } from '../ew-ma-table-list.service'; export declare class SelectSessionComponent implements OnInit { private tableListService; dialogRef: MatDialogRef; data: any; selected: string; sessionData: any; webinar_id: any; domain_id: any; sessionList: any; selectedSession: number; golive_url: any; constructor(tableListService: EwMaTableListService, dialogRef: MatDialogRef, data: any); redirectToLiveRoom(): void; closeDailog(): void; ngOnInit(): void; }