import { ChangeDetectorRef, EventEmitter, QueryList } from "@angular/core"; import { UntypedFormGroup } from "@angular/forms"; import { DynamicFormComponent, DynamicFormComponentService, DynamicFormControlEvent, DynamicFormLayout, DynamicFormModel, DynamicTemplateDirective } from "@ng-dynamic-forms/core"; import { DynamicFoundationFormControlContainerComponent } from "./dynamic-foundation-form-control-container.component"; import * as i0 from "@angular/core"; export declare class DynamicFoundationFormComponent extends DynamicFormComponent { protected changeDetectorRef: ChangeDetectorRef; protected componentService: DynamicFormComponentService; group: UntypedFormGroup; model: DynamicFormModel; layout?: DynamicFormLayout; blur: EventEmitter; change: EventEmitter; focus: EventEmitter; templates: QueryList; components: QueryList; constructor(changeDetectorRef: ChangeDetectorRef, componentService: DynamicFormComponentService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }