import { StrategyBasedIndicator } from "./StrategyBasedIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { Series } from "./Series";
/**
 * @hidden
 */
export declare class TRIXIndicator extends StrategyBasedIndicator {
    static $t: Type;
    protected bk(): Series;
    constructor();
    protected get_abx(): IndicatorCalculationStrategy;
    protected get abx(): IndicatorCalculationStrategy;
    protected get_aca(): Type;
    protected get aca(): Type;
    get aci(): number;
    set aci(a: number);
    static readonly acj: DependencyProperty;
    protected ab3(): number;
    acc(a: number): void;
}
