import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
import { FormBuilder, FormGroup } from "@angular/forms";
import * as i0 from "@angular/core";
export declare class EntityFormattingConfigurationComponent implements OnInit, OnChanges {
    changeDetector: ChangeDetectorRef;
    private formBuilder;
    static lateLoadKey: string;
    mappingKeys: string[];
    dataFieldIds: {
        [key: string]: string;
    };
    formReady: EventEmitter<FormGroup<any>>;
    form: FormGroup;
    constructor(changeDetector: ChangeDetectorRef, formBuilder: FormBuilder);
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
    get getFieldMappingsControl(): FormGroup;
    static ɵfac: i0.ɵɵFactoryDeclaration<EntityFormattingConfigurationComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EntityFormattingConfigurationComponent, "nui-entity-formatting-configuration", never, { "mappingKeys": { "alias": "mappingKeys"; "required": false; }; "dataFieldIds": { "alias": "dataFieldIds"; "required": false; }; }, { "formReady": "formReady"; }, never, never, false, never>;
}
