import { MatDialogRef } from '@angular/material'; import { Observable } from 'rxjs'; import { InfoDialogComponent } from './info-dialog.component'; export declare class InfoDialogRef { private _dialogRef; private _onDone; constructor(ref: MatDialogRef); onDone(): Observable; }