import { MatDialogRef } from '@angular/material/dialog';
export declare class NoficationDialogComponent {
    dialogRef: MatDialogRef<NoficationDialogComponent>;
    data: any;
    constructor(dialogRef: MatDialogRef<NoficationDialogComponent>, data: any);
    onClose(): void;
}
