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_fa(): boolean;
    constructor();
    protected pd(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    aa7: number;
    protected get_he(): boolean;
    protected rc(a: any, b: string, c: any, d: any): void;
    protected b3(): SeriesHitTestMode;
    gx(a: Point, b: boolean): boolean;
    ac(): void;
    ge(a: any): boolean;
    ay(a: Axis): AxisRange;
    protected aa5: boolean;
    protected abstract aa6(): boolean;
    static $$p: string[];
}
