import { FinancialSeries } from "./FinancialSeries";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { Axis } from "./Axis";
import { Point, Type } from "igniteui-react-core";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { AxisRange } from "./AxisRange";
/**
 * @hidden
 */
export declare abstract class FinancialOverlay extends FinancialSeries {
    static $t: Type;
    protected get_fc(): boolean;
    constructor();
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    abo: number;
    protected get_hk(): boolean;
    protected rr(a: any, b: string, c: any, d: any): void;
    protected b3(): SeriesHitTestMode;
    g3(a: Point, b: boolean): boolean;
    ac(): void;
    gk(a: any): boolean;
    ay(a: Axis): AxisRange;
    protected abm: boolean;
    protected abstract abn(): boolean;
    static $$p: string[];
}
