import { ChangeDetectorRef } from '@angular/core'; import { CoreFormDesignService } from '../../core-form-design.service'; import { IFormBaseControl } from '../../../core-form/core-form/enum-interfaces'; import { BaseComponent } from '../../../base-component/base/base.component'; import { AlertService } from '../../../alert/alert.service'; import * as i0 from "@angular/core"; export declare abstract class BasePropsComponent extends BaseComponent { isNested: boolean; coreFormDesignService: CoreFormDesignService; $selectedCell: import("@angular/core").Signal; $formContext: import("@angular/core").Signal; form: import("@angular/forms").FormGroup; patchControl: (updated: IFormBaseControl, isNested: boolean) => void; normalize: (control: Partial) => IFormBaseControl; cdr: ChangeDetectorRef; as: AlertService; setControlProp(key: K, value: IFormBaseControl[K]): void; selectedCellRuntimeId: string; control: IFormBaseControl; nestedSelectedCellRuntimeId: string; nestedControl: IFormBaseControl; $control: import("@angular/core").Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }