import { EventEmitter } from '@angular/core'; import { INotification } from '../../models/Notifications'; import { NotificationsService } from '../../services/notifications.service'; import * as i0 from "@angular/core"; export declare class NotificationComponent { notificationsService: NotificationsService; onStateChange: EventEmitter; constructor(notificationsService: NotificationsService); onClose(notice: INotification): void; onAbort(notice: INotification): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=notification.component.d.ts.map