import { ComponentFactoryResolver, ElementRef, Injector, ViewContainerRef } from '@angular/core'; import { ComponentRefProvider } from '../types/types'; export declare class PartialContainerDirective { componentInstance: any; vcRef: ViewContainerRef; elRef: ElementRef; inj: Injector; private resolver; private componentRefProvider; private contentInitialized; private $target; readonly name: any; _renderPartial(nv: any): Promise; renderPartial: any; onLoadSuccess(): void; constructor(componentInstance: any, vcRef: ViewContainerRef, elRef: ElementRef, inj: Injector, _content: string, resolver: ComponentFactoryResolver, componentRefProvider: ComponentRefProvider); }