import { InjectionToken } from '@angular/core'; export declare const THEME_TOKEN: InjectionToken<{}>; export declare const THEME_ID_TOKEN: InjectionToken<{}>; export declare const LANG_TOKEN: InjectionToken<{}>; export declare const SEARCHES_LIST = "searches";