import { ComponentFactoryResolver, OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core'; import { ControlContainer, FormGroup } from '@angular/forms'; import { MfpcInputsInterface } from 'base-form'; import * as i0 from "@angular/core"; export declare class FormFieldDirective implements OnChanges, OnDestroy { private controlContainer; private cfr; private vcr; form: FormGroup; item: MfpcInputsInterface; private messagesRef; private statusSub; constructor(controlContainer: ControlContainer, cfr: ComponentFactoryResolver, vcr: ViewContainerRef); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private handleStatus; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=form-field.directive.d.ts.map