import { StrategyBasedIndicator } from "./StrategyBasedIndicator";
import { IndicatorCalculationStrategy } from "./IndicatorCalculationStrategy";
import { Type, IList$1 } from "igniteui-react-core";
import { FinancialEventArgs } from "./FinancialEventArgs";
import { Series } from "./Series";
/**
 * @hidden
 */
export declare class CustomIndicator extends StrategyBasedIndicator {
    static $t: Type;
    protected bk(): Series;
    protected get_ab0(): IndicatorCalculationStrategy;
    protected get ab0(): IndicatorCalculationStrategy;
    protected get_acd(): Type;
    protected get acd(): Type;
    protected abc(a: number, b: number): IList$1<string>;
    private acm;
    get indicator(): (sender: any, e: FinancialEventArgs) => void;
    set indicator(a: (sender: any, e: FinancialEventArgs) => void);
    private acl;
    get basedOnColumns(): (sender: any, e: FinancialEventArgs) => void;
    set basedOnColumns(a: (sender: any, e: FinancialEventArgs) => void);
    protected aa9(a: number, b: number): boolean;
}
