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