import { StrategyBasedIndicator } from "./StrategyBasedIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type, IList$1 } from "igniteui-angular-core";
import { FinancialEventArgs } from "./FinancialEventArgs";
import { Series } from "./Series";
/**
 * @hidden
 */
export declare class CustomIndicator extends StrategyBasedIndicator {
    static $t: Type;
    protected bj(): Series;
    protected get_abu(): IndicatorCalculationStrategy;
    protected get abu(): IndicatorCalculationStrategy;
    protected get_ab7(): Type;
    protected get ab7(): Type;
    protected aa6(a: number, b: number): IList$1<string>;
    private acg;
    get indicator(): (sender: any, e: FinancialEventArgs) => void;
    set indicator(a: (sender: any, e: FinancialEventArgs) => void);
    private acf;
    get basedOnColumns(): (sender: any, e: FinancialEventArgs) => void;
    set basedOnColumns(a: (sender: any, e: FinancialEventArgs) => void);
    protected aa3(a: number, b: number): boolean;
}
