import { OnInit } from '@angular/core'; import { WebSocketServiceService } from './webappnotification.service'; import { ToastrService } from 'ngx-toastr'; import { Router } from '@angular/router'; export declare class WebappnotificationComponent implements OnInit { private webSocketService; private toastr; private router; notifications: string; title: string; compteur: number; notifcount: number; emplist: any[]; chaine: string; emplist1: any[]; show: boolean; constructor(webSocketService: WebSocketServiceService, toastr: ToastrService, router: Router); ngOnInit(): void; showSuccess(): void; }