import { MatDialogRef } from '@angular/material'; export declare class InfoDialogComponent { dialogRef: MatDialogRef; data: any; private _title; readonly title: string; private _message; readonly message: string; private _buttonText; readonly buttonText: string; constructor(dialogRef: MatDialogRef, data: any); done(): void; }