import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FieldTypes } from '../../enums/field-types.enum'; export declare class FieldBuilderComponent implements OnInit { form: FormGroup; field: any; params: any; properties: any; fieldTypes: typeof FieldTypes; constructor(); ngOnInit(): void; }