import { FormGroup } from '@angular/forms'; import { AllowFormStateSelectors, ControlComponentRenderer, ControlGroupComponent, DynamicControlMap, DynamicHostDirective, FormStateResolver } from '@fretve/dynamic-forms'; import { Immutable } from '@fretve/global-types'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@angular/forms"; import * as i3 from "@angular/material/form-field"; import * as i4 from "@fretve/dynamic-forms"; export interface DynamicFormGroupOptions { label$?: string; } export declare class DynamicControlGroupComponent implements ControlGroupComponent { private controlRenderer; private resolver; dynamicHost: DynamicHostDirective; options$: Observable>; formControl: FormGroup; viewOptionSelectors: Immutable>; controls: Immutable>; ɵviewOptions?: DynamicFormGroupOptions; constructor(controlRenderer: ControlComponentRenderer, resolver: FormStateResolver); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DynamicControlGroupModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }