import { StrategyBasedIndicator } from "./StrategyBasedIndicator";
import { IndicatorDisplayType } from "./IndicatorDisplayType";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { Series } from "./Series";
/**
 * @hidden
 */
export declare class RelativeStrengthIndexIndicator extends StrategyBasedIndicator {
    static $t: Type;
    protected bk(): Series;
    protected get_abo(): IndicatorDisplayType;
    constructor();
    protected get_ach(): IndicatorCalculationStrategy;
    protected get ach(): IndicatorCalculationStrategy;
    protected get_acu(): Type;
    protected get acu(): Type;
    get ac2(): number;
    set ac2(a: number);
    static readonly ac3: DependencyProperty;
    protected acn(): number;
    acw(a: number): void;
}
