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;
    ri(a: SeriesView): void;
    abn: FinancialIndicatorView;
    constructor();
    ab0(a: boolean): void;
    protected abs(a: Point, b: Point, c: boolean): boolean;
    protected b3(): SeriesHitTestMode;
    w9(a: Point): Rect;
    g3(a: Point, b: boolean): boolean;
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    abp: IndicatorDisplayType;
    protected get_abo(): IndicatorDisplayType;
    get abo(): IndicatorDisplayType;
    abv: number;
    trendLineType: TrendLineType;
    trendLineBrush: Brush;
    get acd(): Brush;
    set acd(a: Brush);
    static readonly ab3: DependencyProperty;
    trendLineThickness: number;
    acf: PenLineCap;
    ace: DoubleCollection;
    trendLinePeriod: number;
    protected abx(): number;
    abw: number;
    private _indicatorColumn;
    get indicatorColumn(): List$1<number>;
    set indicatorColumn(a: List$1<number>);
    protected abm: AxisRange;
    protected abstract abq(a: number, b: number): boolean;
    protected abstract abt(a: number, b: number): IList$1<string>;
    protected rr(a: any, b: string, c: any, d: any): void;
    je(a: Point, b: boolean, c: boolean): number;
    kk(a: Point, b: boolean): number;
    ki(a: Point, b: boolean): number;
    protected get_hk(): boolean;
    private abr;
    private ab2;
    ay(a: Axis): AxisRange;
    gk(a: any): boolean;
    hl(a: Rect, b: Rect, c: SeriesView): boolean;
    aay(a: CategoryFrame, b: FinancialSeriesView): void;
    pj(a: boolean, b: SeriesView): void;
    protected x2(): CategoryTransitionInMode;
    aa0(a: CategoryFrame, b: FinancialSeriesView): void;
    protected s0(): void;
    protected ab1(): void;
    protected qe(a: any): void;
    protected bf(a: LegendItemBadgeShape): LegendItemBadgeShape;
    qs(): 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;
}
