import { DataPointDataType, DynamicComponentBase, IDynamicComponentConfig, ValidationRuleType } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConNumberFloatConfigComponent extends DynamicComponentBase {
    static KEY: string;
    dataType: typeof DataPointDataType;
    ruleType: typeof ValidationRuleType;
    rule: ValidationRuleType;
    constructor();
    ngOnInit(): void;
    configChange(config: IDynamicComponentConfig): void;
    typeChangeConfig(obj: any): void;
    /**
     *
     * @param obj 类型切换
     */
    typeChange(obj: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DConNumberFloatConfigComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DConNumberFloatConfigComponent, "app-d-number-float-config", never, {}, {}, never, never>;
}
