import { OnInit, OnDestroy } from '@angular/core'; import { NotificationService, Notification } from '../../services/notification.service'; import * as i0 from "@angular/core"; export declare class NotificationComponent implements OnInit, OnDestroy { private _notificationSvc; notifications: Notification[]; private _subscription; constructor(_notificationSvc: NotificationService); ngOnInit(): void; ngOnDestroy(): void; close(notification: Notification): void; getType(notification: Notification): string; className(notification: Notification): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=notification.component.d.ts.map