import { ElementRef } from '@angular/core'; import { LayoutConfigOptions } from '../../interfaces/layout.interface'; import { LayoutService } from '../../service/layout.service'; import * as i0 from "@angular/core"; export declare class GmpTopbarComponent { layoutService: LayoutService; config?: LayoutConfigOptions; menuButton: ElementRef; el: ElementRef; constructor(layoutService: LayoutService); darkTheme: import("@angular/core").Signal; onMenuButtonClick(): void; onConfigButtonClick(): void; onSidebarButtonClick(): void; onProfileMenuButtonClick(): void; toggleDarkMode(): void; executeDarkModeToggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }