import { OnInit } from '@angular/core'; import { NotificationService } from '../notification.service'; import { Observable } from 'rxjs'; export declare class NotificationLauncherComponent implements OnInit { private notifications; unread$: Observable; constructor(notifications: NotificationService); ngOnInit(): void; }