import { EventEmitter, Injector, OnChanges, OnInit, Renderer2, ViewContainerRef } from '@angular/core'; import { FormRenderService } from '../../internal/form-render.service'; import { FastFormsRowProperties } from './models'; import { ActionService } from '../../actions/action.service'; import { QuestionDefinition } from '../question-definition'; import { AbstractControl } from '@angular/forms'; import { ControlRegistry } from '../../internal/control/control-registry.service'; import * as i0 from "@angular/core"; export declare class FastFormRowComponent implements OnInit, OnChanges { private uiRegistry; private renderer; private injector; private definition; private controlRegistry; private control; private properties; private actionService; componentViewContainerRef: ViewContainerRef; codeOnSubmit: EventEmitter; constructor(uiRegistry: FormRenderService, renderer: Renderer2, injector: Injector, definition: QuestionDefinition, controlRegistry: ControlRegistry, control: AbstractControl, properties: FastFormsRowProperties, actionService: ActionService); private get children(); ngOnInit(): void; ngOnChanges(): void; private render; private createComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }