import { RangeCategorySeries } from "./RangeCategorySeries";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { NumericYAxis } from "./NumericYAxis";
import { Axis } from "./Axis";
import { Point, Type } from "igniteui-react-core";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { ScalerParams } from "./ScalerParams";
/**
 * @hidden
 */
export declare abstract class HorizontalRangeCategorySeries extends RangeCategorySeries {
    static $t: Type;
    xAxis: CategoryAxisBase;
    yAxis: NumericYAxis;
    fetchXAxis(): Axis;
    fetchYAxis(): Axis;
    o4(): void;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    protected get_fv(): boolean;
    protected b3(): SeriesHitTestMode;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    j9(a: Point, b: boolean): number;
    kb(a: Point, b: boolean): number;
    iq(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    i6(a: Point, b: boolean, c: boolean): number;
    i4(a: Point, b: boolean, c: boolean): number;
    i2(a: Point, b: boolean, c: boolean): number;
    wd(a: Point, b: boolean, c: boolean): Point;
    wf(a: Point, b: boolean, c: boolean): Point;
    wh(a: Point, b: boolean, c: boolean): Point;
    zu(): boolean;
    protected rc(a: any, b: string, c: any, d: any): void;
    abn(a: any): boolean;
    abm(a: any): boolean;
    abs: string;
    abo: string;
    abu: string;
    abq: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
