import { EventEmitter, QueryList, AfterContentInit, ChangeDetectorRef } from '@angular/core'; import { MenuComponent } from '../menu/menu.component'; import * as i0 from "@angular/core"; export declare class SideNavigationComponent implements AfterContentInit { private cdr; menuItems: QueryList; isThemeVisible: boolean; isButtonWhatsappVisible: boolean; currentPage: string; pathImageFull: string; pathImageMinimum: string; isSidebarOpen: boolean; hasFooterContent: boolean; themeButton: EventEmitter; sidebarOpenEvent: EventEmitter; buttonWhatsappEvent: EventEmitter; sidebarIcon: string; themeActive: 'dark' | 'light' | 'system'; tooltipVisible: boolean; constructor(cdr: ChangeDetectorRef); ngAfterContentInit(): void; updateSidebarState(): void; toggleSidebar(): void; updateTheme(theme: 'dark' | 'light' | 'system' | any): void; buttonWhatsappAction(event: any): void; updateActionButtonWhatsapp(theme: 'dark' | 'light' | 'system' | any): void; openTooltip(): void; closeTooltip(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }