import { DynamicComponentBase, IDynamicComponentConfig, ValidationRuleType } from '../../../dynamic-component';
import * as i0 from "@angular/core";
export declare class DConNumberIntegerComponent extends DynamicComponentBase {
    static KEY: string;
    ruleType: typeof ValidationRuleType;
    constructor();
    configChange(config: IDynamicComponentConfig): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DConNumberIntegerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DConNumberIntegerComponent, "app-d-con-number-integer", never, {}, {}, never, never>;
}
