import { InjectionToken } from "@angular/core"; export interface BzThemeConfig { theme?: string } export const THEME_CONFIG = new InjectionToken('THEME_CONFIG');