import { ModuleWithProviders } from '@angular/core'; import { BzThemeConfig } from './theme.config'; export declare class BzThemeModule { static forChild(theme?: BzThemeConfig): ModuleWithProviders; static forRoot(theme?: BzThemeConfig): ModuleWithProviders; /** * Set provider. * * @author Federico Gambardella * @param {BzThemeConfig} config */ static _setProvider(theme?: BzThemeConfig): ModuleWithProviders; }