import { OnInit } from '@angular/core';
import { DataPointDataType, DynamicComponentBase, IDynamicComponentConfig, ValidationRuleType } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConNumberIntegerConfigComponent extends DynamicComponentBase implements OnInit {
    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<DConNumberIntegerConfigComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DConNumberIntegerConfigComponent, "app-d-con-number-integer-config", never, {}, {}, never, never>;
}
