import { InjectionToken } from "@angular/core"; export interface BzThemeConfig { theme?: string; } export declare const THEME_CONFIG: InjectionToken;