import { EventEmitter, OnInit } from '@angular/core'; import { BytepicResponsivenessService } from '../../services/bytepic-responsiveness.service'; import * as i0 from "@angular/core"; export declare class TopBarComponent implements OnInit { private responsivenessService; baseUrl: string; profilePicUrl: any; title: any; logoURL: any; showNotificationBell: boolean; notificationUrl: string; notificationCount: number; onLogout: EventEmitter; constructor(responsivenessService: BytepicResponsivenessService); ngOnInit(): void; showSideBar(): void; logout(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }