import { EventEmitter, OnInit } from '@angular/core'; import { BytepicMenuItemModel } from '../../models/bytepic-menu-item-model'; import * as i0 from "@angular/core"; export declare class BytepicFixedNavBarsComponent implements OnInit { sideMenuItems: BytepicMenuItemModel[]; sideMenuFooter: BytepicMenuItemModel[]; baseUrl: string; dashboardURL: string; logoURL: string; profilePicUrl: any; title: any; footerUrl: string; organizationName: string; purpose: string; customFooterText: string; onLogout: EventEmitter; showNotificationBell: boolean; notificationUrl: string; notificationCount: number; cssClass: string; constructor(); ngOnInit(): void; logOut(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }