import { ComponentFactoryResolver } from '@angular/core'; import { ThemeService } from '../theme.service'; export declare class ThemeModule { constructor(theme: ThemeService, componentResolver: ComponentFactoryResolver); }