import { OnInit } from "@angular/core"; import { NotificationSettings } from "../utilities/notification.config"; import { NotificationsService } from "../services/notifications.service"; export declare class NotificationContainerComponent implements OnInit { private notify; notifications: NotificationSettings[]; constructor(notify: NotificationsService); ngOnInit(): void; private onDestroyed; }