import { AbstractControl } from './AbstractControl';
export declare type ControlType = {
    [key: string]: AbstractControl;
};
