import { FinancialIndicator } from "./FinancialIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type, IList$1 } from "igniteui-angular-core";
import { DependencyProperty } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { FinancialCalculationDataSource } from "./FinancialCalculationDataSource";
/**
 * @hidden
 */
export declare abstract class StrategyBasedIndicator extends FinancialIndicator {
    static $t: Type;
    constructor();
    protected ab8(): void;
    protected abt: IndicatorCalculationStrategy;
    protected abstract get abu(): IndicatorCalculationStrategy;
    protected abstract get ab7(): Type;
    static abx: List$1<string>;
    protected ab0(): number;
    ab9(a: number): void;
    protected ab2(): number;
    protected abz(): number;
    static acd(a: number, b: Type, c: string): DependencyProperty;
    protected static acc(a: number, b: Type): DependencyProperty;
    protected static aca(a: number, b: Type): DependencyProperty;
    protected static ace(a: number, b: Type): DependencyProperty;
    protected aa6(a: number, b: number): IList$1<string>;
    protected aa3(a: number, b: number): boolean;
    protected abw(a: FinancialCalculationDataSource): boolean;
    private abv;
    protected ab1(a: number): number;
    protected xi(a: number, b: number): FinancialCalculationDataSource;
    protected aby(): number;
    protected static acb(a: number, b: Type): DependencyProperty;
    protected q8(a: any, b: string, c: any, d: any): void;
}
