import { OnInit } from '@angular/core'; import { NotificationsQuery, NotificationModel } from './state'; export declare class NotificationTrayComponent implements OnInit { private notificationsQuery; constructor(notificationsQuery: NotificationsQuery); notifications: NotificationModel[]; ngOnInit(): void; }