import { FormControl } from '@angular/forms'; export declare type ItemFactory = (...args: any[]) => FormControl;