import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { ThemeModeService, ThemeModeType } from '../services'; import * as i0 from "@angular/core"; export declare class ThemeModeSwitcherComponent implements OnInit { private _modeService; class: string; toggleBtnClass: string; toggleBtnIconClass: string; menuPlacement: string; menuTrigger: string; mode$: Observable; menuMode$: Observable; constructor(_modeService: ThemeModeService); ngOnInit(): void; switchMode(_mode: ThemeModeType): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }