import { AfterViewInit, ChangeDetectorRef, Renderer2 } from '@angular/core'; import { IFormBaseControl } from '../../core-form/core-form/enum-interfaces'; import { EnumFormBaseContolType } from '../../../enum/EnumFormBaseContolType'; import { CoreFormDesignService } from '../core-form-design.service'; import { BaseComponent } from '../../base-component/base/base.component'; import * as i0 from "@angular/core"; export declare class FieldSettingComponent extends BaseComponent implements AfterViewInit { $isNested: import("@angular/core").InputSignal; coreFormDesignService: CoreFormDesignService; enumControlType: typeof EnumFormBaseContolType; listenerFn: () => void; renderer: Renderer2; cdr: ChangeDetectorRef; $control: import("@angular/core").Signal; readonly $formContext: import("@angular/core").Signal; readonly onParamsChanged: (updated: IFormBaseControl) => void; readonly $resolvedType: import("@angular/core").Signal; readonly $props: import("@angular/core").Signal<{ control: IFormBaseControl; onChange: (updated: IFormBaseControl) => void; } | null>; resolvePropsType(control: IFormBaseControl | null): string | null; onControlParamsChange(): void; closeFieldSettingPanel(): void; getFriendlyControlLabel(control: IFormBaseControl | null): string; camelToTitle(input: string): string; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }