import { ModuleWithProviders } from '@angular/core'; import { IThemesConfig } from './interfaces/themes-config.interface'; export declare class ThemesModule { static forRoot(options?: IThemesConfig): ModuleWithProviders; }