import { RangeCategorySeries } from "./RangeCategorySeries";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { NumericYAxis } from "./NumericYAxis";
import { Axis } from "./Axis";
import { Point, Type } from "igniteui-angular-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;
    o1(): void;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    protected get_ft(): boolean;
    protected b2(): SeriesHitTestMode;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    j7(a: Point, b: boolean): number;
    j9(a: Point, b: boolean): number;
    io(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    i4(a: Point, b: boolean, c: boolean): number;
    i2(a: Point, b: boolean, c: boolean): number;
    i0(a: Point, b: boolean, c: boolean): number;
    v7(a: Point, b: boolean, c: boolean): Point;
    v9(a: Point, b: boolean, c: boolean): Point;
    wb(a: Point, b: boolean, c: boolean): Point;
    zo(): boolean;
    protected q8(a: any, b: string, c: any, d: any): void;
    abi(a: any): boolean;
    abh(a: any): boolean;
    abn: string;
    abj: string;
    abp: string;
    abl: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
