import { BaseInterface } from './BaseInterface'; import { Entity } from '../Entity'; import { MatSnackBar } from '@angular/material'; export declare class DisplayToNotification implements BaseInterface { private matSnackBar; private properties; constructor(matSnackBar: MatSnackBar, properties: Object); process(entity: Entity): void; }