import * as i0 from "@angular/core"; interface iMode { name: string; info?: string; changableTheme?: boolean; active: boolean; } export declare class GuigContextService { currentMode: any; /** * user defined logoMode: * 0: original template setting * 1: as per 'app-logo' class in cdPage.css */ modeOptions: { name: string; info: string; changableTheme: boolean; logoMode: number; active: boolean; }[]; constructor(); getMode(): any; setMode(m: iMode): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};