import { FormGroup, AbstractControl } from '@angular/forms'; import { Properties } from '../shared/flo-properties'; import * as i0 from "@angular/core"; export declare class DynamicFormPropertyComponent { model: Properties.ControlModel; form: FormGroup; constructor(); get types(): typeof Properties.InputType; get control(): AbstractControl; get errorData(): Properties.ErrorData[]; get selectControlModel(): Properties.SelectControlModel; get codeControlModel(): Properties.CodeControlModel; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }