import { FinancialIndicator } from "./FinancialIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type, IList$1 } from "igniteui-react-core";
import { DependencyProperty } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { FinancialCalculationDataSource } from "./FinancialCalculationDataSource";
/**
 * @hidden
 */
export declare abstract class StrategyBasedIndicator extends FinancialIndicator {
    static $t: Type;
    constructor();
    protected acv(): void;
    protected acg: IndicatorCalculationStrategy;
    protected abstract get ach(): IndicatorCalculationStrategy;
    protected abstract get acu(): Type;
    static ack: List$1<string>;
    protected acn(): number;
    acw(a: number): void;
    protected acp(): number;
    protected acm(): number;
    static ac0(a: number, b: Type, c: string): DependencyProperty;
    protected static acz(a: number, b: Type): DependencyProperty;
    protected static acx(a: number, b: Type): DependencyProperty;
    protected static ac1(a: number, b: Type): DependencyProperty;
    protected abt(a: number, b: number): IList$1<string>;
    protected abq(a: number, b: number): boolean;
    protected acj(a: FinancialCalculationDataSource): boolean;
    private aci;
    protected aco(a: number): number;
    protected x5(a: number, b: number): FinancialCalculationDataSource;
    protected acl(): number;
    protected static acy(a: number, b: Type): DependencyProperty;
    protected rr(a: any, b: string, c: any, d: any): void;
}
