import { ControlContainer, FormGroupName } from '@angular/forms'; import { RxapFormGroup } from '../form-group'; import * as i0 from "@angular/core"; /** * A full exertion of FormGroupName from @angular/forms. The only change is the * ability to access the control container outside of the current component * * @deprecated use the ParentControlContainerDirective */ export declare class FormGroupNameDirective extends FormGroupName { name: string | number | null; get control(): RxapFormGroup; constructor(parent: ControlContainer, validators: any[], asyncValidators: any[]); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }