import { RoutesPaths } from '../../../enums/routePaths'; import { DataStoreService } from '../../../services/data-store.service'; import { AuthService } from '../../../services/auth.service'; import * as i0 from "@angular/core"; export declare class ConnectedSidebarComponent { private readonly storageService; private readonly authService; routesPaths: typeof RoutesPaths; userName: string; firstName: string; lastName: string; navData: { routeLink: string; icon: string; label: string; }[]; isLeftSidebarCollapsed: import("@angular/core").InputSignal; changeIsLeftSidebarCollapsed: import("@angular/core").OutputEmitterRef; constructor(storageService: DataStoreService, authService: AuthService); logout(): void; toggleCollapse(): void; closeSidenav(): void; getInitials(firstName: string, lastName: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }