import { FormGroup, FormArray, FormControl, AbstractControl } from '@angular/forms'; import { DescriptorFormControl } from '../../descriptor/descriptor-form-control'; import { FormService } from '../../services/form.service'; import * as i0 from "@angular/core"; export declare class VedraxMatrixComponent { private formService; form: FormGroup; descriptor: DescriptorFormControl; constructor(formService: FormService); /** * Get declared array of controls */ get formArray(): FormArray; getChildControl(control: AbstractControl, controlName?: string): FormControl; getChildControls(control: AbstractControl, controlName?: string): FormArray; getControlValue(control: AbstractControl, controlName?: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }