import { Type } from '@angular/core'; /** * Shorthand set of providers used for building Angular forms. * * ### Example * * ```typescript * bootstrap(MyApp, [FORM_PROVIDERS]); * ``` * * @experimental */ export declare const FORM_PROVIDERS: Type[]; /** * @experimental */ export declare function disableDeprecatedForms(): any[]; /** * @experimental */ export declare function provideForms(): any[];