import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { TBlocks } from '../classes/Elements'; /** * @internal * * Soon it must be optimized, and load all components lazily. */ export declare class DynamicComponentDirective { private cResolver; private viewContainerRef; constructor(cResolver: ComponentFactoryResolver, viewContainerRef: ViewContainerRef); set ipDynamicComponent(block: TBlocks); }