import { IFormControl } from './iform-control'; export interface FormControlsMap { [controlName: string]: IFormControl; }