import { ElementRef } from '@angular/core'; import { Router } from '@angular/router'; import { LayoutConfigOptions } from '../../interfaces/layout.interface'; import { LayoutService } from '../../service/layout.service'; import { GmpMenuComponent } from '../menu/menu.component'; import * as i0 from "@angular/core"; export declare class GmpSidebarComponent { config?: LayoutConfigOptions; el: ElementRef; router: Router; layoutService: LayoutService; appMenu: GmpMenuComponent; logo: import("@angular/core").Signal<"light" | "dark">; darkTheme: import("@angular/core").Signal; get userInitials(): string; onLogoutClick(): void; timeout: any; onAnchorToggle(): void; onMouseEnter(event: MouseEvent): void; onMouseLeave(event: MouseEvent): void; toggleDarkMode(): void; executeDarkModeToggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }