import { OnInit, EventEmitter, OnChanges, SimpleChanges, OnDestroy } from '@angular/core'; import { AdjustService } from 'roro-control'; import * as i0 from "@angular/core"; export declare class LeftSidebarComponent implements OnInit, OnChanges, OnDestroy { private adjustService; config: any; isCollapsed: boolean; height: number; activeMenuId: string; menuClick: EventEmitter; toggleClick: EventEmitter; profilerClick: EventEmitter; menuItems: Array; fixedMenuItems: Array; account: any; scrollConfig: any; profilerActive: boolean; constructor(adjustService: AdjustService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; onScrollReady(): void; toggle(): void; accountInfoClick(event: MouseEvent): void; buttonClick(e: any, menuItem: any): void; private onActiveMenuChanged; private setDeactiveMenu; private setActiveMenu; private setScrollHeight; private setSidebarMenu; private setCollapse; private setExpand; private mapToAccount; private mapToMenus; private mapToMenu; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }