import { FinancialSeries } from "./FinancialSeries";
import { ITrendLineSeries } from "./ITrendLineSeries";
import { IndicatorDisplayType } from "./IndicatorDisplayType";
import { DependencyProperty } from "igniteui-angular-core";
import { TrendLineType } from "igniteui-angular-core";
import { Brush } from "igniteui-angular-core";
import { PenLineCap } from "igniteui-angular-core";
import { DoubleCollection } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { AxisRange } from "./AxisRange";
import { SeriesView } from "./SeriesView";
import { CategoryFrame } from "./CategoryFrame";
import { Axis } from "./Axis";
import { Point, IList$1, Type } from "igniteui-angular-core";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { Rect } from "igniteui-angular-core";
import { FastItemsSourceEventAction } from "igniteui-angular-core";
import { ITrendLineManager } from "./ITrendLineManager";
import { FinancialSeriesView } from "./FinancialSeriesView";
import { FinancialBucketCalculator } from "./FinancialBucketCalculator";
import { CategoryTransitionInMode } from "./CategoryTransitionInMode";
import { Clipper } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { LegendItemBadgeShape } from "igniteui-angular-core";
import { RenderingContext } from "igniteui-angular-core";
/**
 * @hidden
 */
export declare abstract class FinancialIndicator extends FinancialSeries implements ITrendLineSeries {
    static $t: Type;
    protected get_e7(): boolean;
    protected cs(): SeriesView;
    q0(a: SeriesView): void;
    aa0: FinancialIndicatorView;
    constructor();
    abd(a: boolean): void;
    protected aa5(a: Point, b: Point, c: boolean): boolean;
    protected b2(): SeriesHitTestMode;
    wm(a: Point): Rect;
    gv(a: Point, b: boolean): boolean;
    protected pa(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    aa2: IndicatorDisplayType;
    protected get_aa1(): IndicatorDisplayType;
    get aa1(): IndicatorDisplayType;
    aa8: number;
    trendLineType: TrendLineType;
    trendLineBrush: Brush;
    get abq(): Brush;
    set abq(a: Brush);
    static readonly abg: DependencyProperty;
    trendLineThickness: number;
    abs: PenLineCap;
    abr: DoubleCollection;
    trendLinePeriod: number;
    protected aba(): number;
    aa9: number;
    private _indicatorColumn;
    get indicatorColumn(): List$1<number>;
    set indicatorColumn(a: List$1<number>);
    protected aaz: AxisRange;
    protected abstract aa3(a: number, b: number): boolean;
    protected abstract aa6(a: number, b: number): IList$1<string>;
    protected q8(a: any, b: string, c: any, d: any): void;
    i4(a: Point, b: boolean, c: boolean): number;
    j9(a: Point, b: boolean): number;
    j7(a: Point, b: boolean): number;
    protected get_hc(): boolean;
    private aa4;
    private abf;
    ay(a: Axis): AxisRange;
    gc(a: any): boolean;
    hd(a: Rect, b: Rect, c: SeriesView): boolean;
    aab(a: CategoryFrame, b: FinancialSeriesView): void;
    o4(a: boolean, b: SeriesView): void;
    protected xf(): CategoryTransitionInMode;
    aad(a: CategoryFrame, b: FinancialSeriesView): void;
    protected sg(): void;
    protected abe(): void;
    protected py(a: any): void;
    protected be(a: LegendItemBadgeShape): LegendItemBadgeShape;
    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;
    b6: FinancialIndicator;
    constructor(a: FinancialIndicator);
    protected b1(): FinancialBucketCalculator;
    au(): void;
    private readonly b9;
    private cj;
    private cc;
    cx: Path;
    ct: Path;
    cy: Path;
    cu: Path;
    cz: Path;
    cv: Path;
    cw: Path;
    cs: Path;
    private b7;
    get b8(): ITrendLineManager;
    set b8(a: ITrendLineManager);
    get ca(): boolean;
    cb(a: boolean): void;
    ch(): void;
    cf(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: Clipper): void;
    cd(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number, f: Clipper): void;
    ce(a: number, b: (arg1: number) => number, c: (arg1: number) => number, d: boolean, e: number): void;
    ci(): void;
    private cp;
    private cr;
    private cq;
    private co;
    private cl;
    private cn;
    private cm;
    private ck;
    protected be(): void;
    protected a8(a: RenderingContext, b: boolean): void;
    protected a7(a: RenderingContext, b: boolean): void;
    an(a: any): void;
    cg(): void;
}
