import { OnDestroy } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import * as i0 from "@angular/core"; export declare class FsMessageDialogComponent implements OnDestroy { data: any; private _dialogRef; private _destroy$; constructor(data: any, _dialogRef: MatDialogRef); hide(): void; buttonClick(button: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }