import { ElementType } from 'react'; /** * @description * Registers a React component to be used as a {@link FormInputComponent}. * * @docsCategory react-extensions */ export declare function registerReactFormInputComponent(id: string, component: ElementType): import("@angular/core").EnvironmentProviders;