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;
    pg(): void;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    protected get_fy(): boolean;
    protected b3(): SeriesHitTestMode;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    ki(a: Point, b: boolean): number;
    kk(a: Point, b: boolean): number;
    ix(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    je(a: Point, b: boolean, c: boolean): number;
    jc(a: Point, b: boolean, c: boolean): number;
    ja(a: Point, b: boolean, c: boolean): number;
    wt(a: Point, b: boolean, c: boolean): Point;
    wv(a: Point, b: boolean, c: boolean): Point;
    wx(a: Point, b: boolean, c: boolean): Point;
    aab(): boolean;
    protected rr(a: any, b: string, c: any, d: any): void;
    ab7(a: any): boolean;
    ab6(a: any): boolean;
    acc: string;
    ab8: string;
    ace: string;
    aca: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
