import { OnDestroy, OnInit } from '@angular/core'; import { BytepicMenuItemModel } from '../../models/bytepic-menu-item-model'; import { BytepicResponsivenessService } from '../../services/bytepic-responsiveness.service'; import * as i0 from "@angular/core"; export declare class BytepicSideBarComponent implements OnInit, OnDestroy { private responsivenessService; sidePanelClass: string; subscription: any; menuItems: BytepicMenuItemModel[]; baseURL: string; dashboardURL: string; logoURL: string; footer: BytepicMenuItemModel[]; onResize(event: any): void; constructor(responsivenessService: BytepicResponsivenessService); ngOnInit(): void; changeClass(width: number): void; hideSidePane(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }