import { Type } from '@angular/core'; import { ComponentRegistryService } from './component-registry.service'; export declare class ComponentRootModule { private register; constructor(register: ComponentRegistryService, rootComponents: Array>); add(component: Type): void; }