import { NgModuleFactoryLoader, Injector, ViewContainerRef, Compiler } from '@angular/core'; import { NgxCmModuleInfo } from '../models'; import { ComponentFactoryResolver } from '@angular/core'; import { NgxComponentService } from './ngx-component.service'; export declare class NgxComponentInternalService extends NgxComponentService { private _ngModuleFactoryLoaderInternal; private _compilerInternal; private _injectorInternal; private _componentFactoryResolverInternal; private _moduleRegistryInternal; container: ViewContainerRef; constructor(_ngModuleFactoryLoaderInternal: NgModuleFactoryLoader, _compilerInternal: Compiler, _injectorInternal: Injector, _componentFactoryResolverInternal: ComponentFactoryResolver, _moduleRegistryInternal: NgxCmModuleInfo[]); }