import { IKlesFieldConfig } from '@3kles/kles-material-dynamicforms'; import { OnInit, ComponentFactoryResolver, ViewContainerRef, ComponentRef, Type, OnChanges, SimpleChanges } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class KlesComponentHeaderDirective implements OnInit, OnChanges { private resolver; private container; component: Type; value: any; group?: UntypedFormGroup; field?: IKlesFieldConfig; componentRef: ComponentRef; constructor(resolver: ComponentFactoryResolver, container: ViewContainerRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; buildComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }