import { FormArray, FormControl, FormGroup } from '../forms';
export declare type AbstractControl = FormControl | FormGroup | FormArray;
