import { Type, ModuleWithProviders } from '@angular/core'; import { ComponentFeatureModule } from './component-feature.module'; import { ComponentRootModule } from './component-root.module'; export declare class DxComponentRegisterModule { static forRoot(components?: Array>): ModuleWithProviders; static forFeature(components: Array>): ModuleWithProviders; }