import { FinancialSeries } from "./FinancialSeries";
import { ITrendLineSeries } from "./ITrendLineSeries";
import { IndicatorDisplayType } from "./IndicatorDisplayType";
import { DependencyProperty } from "igniteui-react-core";
import { TrendLineType } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
import { PenLineCap } from "igniteui-react-core";
import { DoubleCollection } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
import { SeriesView } from "./SeriesView";
import { CategoryFrame } from "./CategoryFrame";
import { Axis } from "./Axis";
import { Point, IList$1, Type } from "igniteui-react-core";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { Rect } from "igniteui-react-core";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { FinancialSeriesView } from "./FinancialSeriesView";
import { FinancialBucketCalculator } from "./FinancialBucketCalculator";
import { CategoryTransitionInMode } from "./CategoryTransitionInMode";
import { Clipper } from "igniteui-react-core";
import { Path } from "igniteui-react-core";
import { LegendItemBadgeShape } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class FinancialIndicator extends FinancialSeries implements ITrendLineSeries {
    static $t: Type;
    protected get_fb(): boolean;
    protected ct(): SeriesView;
    rj(a: SeriesView): void;
    abo: FinancialIndicatorView;
    constructor();
    ab1(a: boolean): void;
    protected abt(a: Point, b: Point, c: boolean): boolean;
    protected b3(): SeriesHitTestMode;
    xa(a: Point): Rect;
    g4(a: Point, b: boolean): boolean;
    protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    abq: IndicatorDisplayType;
    protected get_abp(): IndicatorDisplayType;
    get abp(): IndicatorDisplayType;
    abw: number;
    trendLineType: TrendLineType;
    trendLineBrush: Brush;
    get ace(): Brush;
    set ace(a: Brush);
    static readonly ab4: DependencyProperty;
    trendLineThickness: number;
    acg: PenLineCap;
    acf: DoubleCollection;
    trendLinePeriod: number;
    protected aby(): number;
    abx: number;
    private _indicatorColumn;
    get indicatorColumn(): List$1<number>;
    set indicatorColumn(a: List$1<number>);
    protected abn: AxisRange;
    protected abstract abr(a: number, b: number): boolean;
    protected abstract abu(a: number, b: number): IList$1<string>;
    protected rs(a: any, b: string, c: any, d: any): void;
    jf(a: Point, b: boolean, c: boolean): number;
    kl(a: Point, b: boolean): number;
    kj(a: Point, b: boolean): number;
    protected get_hl(): boolean;
    private abs;
    private ab3;
    ay(a: Axis): AxisRange;
    gl(a: any): boolean;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    aaz(a: CategoryFrame, b: FinancialSeriesView): void;
    pk(a: boolean, b: SeriesView): void;
    protected x3(): CategoryTransitionInMode;
    aa1(a: CategoryFrame, b: FinancialSeriesView): void;
    protected s1(): void;
    protected ab2(): void;
    protected qf(a: any): void;
    protected bf(a: LegendItemBadgeShape): LegendItemBadgeShape;
    qt(): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class FinancialIndicatorBucketCalculator extends FinancialBucketCalculator {
    static $t: Type;
    constructor(a: FinancialSeriesView);
    protected f: FinancialIndicatorView;
    getBucket(a: number): number[];
}
/**
 * @hidden
 */
export declare class FinancialIndicatorView extends FinancialSeriesView {
    static $t: Type;
    cj: FinancialIndicator;
    constructor(a: FinancialIndicator);
    protected ce(): FinancialBucketCalculator;
    a4(): void;
    private readonly cm;
    private cw;
    private cp;
    da: Path;
    c6: Path;
    db: Path;
    c7: Path;
    dc: Path;
    c8: Path;
    c9: Path;
    c5: Path;
    private ck;
    get cl(): ITrendLineManager;
    set cl(a: ITrendLineManager);
    get cn(): boolean;
    co(a: boolean): void;
    cu(): void;
    cs(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: Clipper): void;
    cq(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number, f: Clipper): void;
    cr(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number): void;
    cv(): void;
    private c2;
    private c4;
    private c3;
    private c1;
    private cy;
    private c0;
    private cz;
    private cx;
    protected bq(): void;
    protected bj(a: RenderingContext, b: boolean): void;
    protected bi(a: RenderingContext, b: boolean): void;
    ax(a: any): void;
    ct(): void;
}
