import { Injector, OnInit, ViewContainerRef } from '@angular/core'; import { FormRenderService } from '../../internal/form-render.service'; import { FastFormControl } from '../../control/fast-form-control'; import { ActionService } from '../../actions/action.service'; import { ArrayIndexDirective } from '../../actions/array-index.directive'; import { ControlRegistry } from '../../internal/control/control-registry.service'; import * as i0 from "@angular/core"; export declare class FastFormControlComponent implements OnInit { private renderService; private controlRegistry; private injector; private actionService?; private arrayIndex?; componentViewContainerRef: ViewContainerRef; control: FastFormControl; constructor(renderService: FormRenderService, controlRegistry: ControlRegistry, injector: Injector, actionService?: ActionService | undefined, arrayIndex?: ArrayIndexDirective | undefined); ngOnInit(): void; private createComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }