import { ComponentRef, ComponentFactoryResolver, ApplicationRef, Injector } from '@angular/core'; export declare class ThfComponentInjectorService { private componentResolver; private applicationRef; private injector; constructor(componentResolver: ComponentFactoryResolver, applicationRef: ApplicationRef, injector: Injector); createComponentInApplication(component: any): ComponentRef<{}>; destroyComponentInApplication(componentRef: any): void; }