import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { Subscription } from 'rxjs'; import { DialogService } from '../service/dialog/dialog.service'; import * as i0 from "@angular/core"; export declare class SessionTimerDialogComponent implements OnInit { data: any; dialogRef: MatDialogRef; private dialogService; subscriptions: Subscription; timerText: string; constructor(data: any, dialogRef: MatDialogRef, dialogService: DialogService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }