import { Provider, Type } from '@angular/core'; import { FormInputComponent } from '../../common/component-registry-types'; import * as i0 from "@angular/core"; export declare class ComponentRegistryService { private inputComponentMap; registerInputComponent(id: string, component: Type>, providers?: Provider[]): void; getInputComponent(id: string): { type: Type>; providers: Provider[]; } | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }