import { ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * @description This directive is used to access the viewContainerRef of its host element before the initialization of the host * element's view is done. Thus, a component may be created and added dynamically to a host element during the initialization of the host * component. */ export declare class FormEntryContainerDirective { viewContainerRef: ViewContainerRef; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }