import { MatDialogRef } from '@angular/material'; import { AuthService } from '@ximple/igo2-auth'; export declare class UserDialogComponent { dialogRef: MatDialogRef; private auth; user: any; exp: any; constructor(dialogRef: MatDialogRef, auth: AuthService); }