import { IAbstractControl } from './i-abstract-control'; export declare type ControlProp = { [key in keyof T]: IAbstractControl; };