import * as i0 from "@angular/core"; export declare class VtsThemeStorageService { setBool(key: string, value: boolean): void; getBool(key: string): boolean; setObject(key: string, value: T): void; getObject(key: string): T; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }