import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SidebarFooterComponent { isSidebarOpen: boolean; isThemeVisible: boolean; isButtonWhatsappVisible: boolean; themeActive: string; themeChanged: EventEmitter; buttonWhatsappAction: EventEmitter; themes: string[]; themeIcons: { dark: string; light: string; system: string; }; updateTheme(theme: string): void; updateButtonWhatsapp(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }