import { AbstractControl } from '@angular/forms'; export declare type FormSchemaMap = { [P in keyof S]?: V; }; export declare type FormSchemaControls = FormSchemaMap;