import { OnInit } from '@angular/core'; import { NotificationTrayService, NotificationModel } from './state'; export declare class NotificationComponent implements OnInit { private notificationService; notification: NotificationModel; constructor(notificationService: NotificationTrayService); ngOnInit(): void; hide(id: string | number): void; }