import * as _angular_core from '@angular/core'; import { ThemeService, ThemeMode } from '@camp2gether/c2g-ui/theme'; declare class ThemeSwitcherComponent { protected readonly themeService: ThemeService; protected readonly currentTheme: _angular_core.Signal; private static readonly SEASON_ICONS; protected readonly seasonIcon: _angular_core.Signal; protected readonly themeIcon: _angular_core.Signal; protected readonly themeOptions: { value: ThemeMode; label: string; icon: string; }[]; protected selectTheme(theme: ThemeMode): void; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { ThemeSwitcherComponent };