import { AnchoredCategorySeries } from "./AnchoredCategorySeries";
import { IHorizontalAnchoredCategorySeriesInteractionManager } from "./IHorizontalAnchoredCategorySeriesInteractionManager";
import { Type, Point } from "igniteui-react-core";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { NumericYAxis } from "./NumericYAxis";
import { NumericAxisBase } from "./NumericAxisBase";
import { CategoryMode } from "./CategoryMode";
import { SeriesPlotAreaMarginHorizontalMode } from "./SeriesPlotAreaMarginHorizontalMode";
import { SeriesPlotAreaMarginVerticalMode } from "./SeriesPlotAreaMarginVerticalMode";
import { Axis } from "./Axis";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { Rect } from "igniteui-react-core";
import { ScalerParams } from "./ScalerParams";
import { FastItemsSourceEventAction } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class HorizontalAnchoredCategorySeries extends AnchoredCategorySeries {
    static $t: Type;
    private ac9;
    get ada(): IHorizontalAnchoredCategorySeriesInteractionManager;
    ph(): void;
    cl(): SeriesPlotAreaMarginHorizontalMode;
    cm(): SeriesPlotAreaMarginVerticalMode;
    xAxis: CategoryAxisBase;
    yAxis: NumericYAxis;
    protected b3(): SeriesHitTestMode;
    zi(): CategoryAxisBase;
    zz(): NumericAxisBase;
    xc(a: Point): Rect;
    private adn;
    protected adf(a: Point, b: Point, c: boolean): boolean;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    g4(a: Point, b: boolean): boolean;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    jf(a: Point, b: boolean, c: boolean): number;
    kl(a: Point, b: boolean): number;
    kj(a: Point, b: boolean): number;
    iy(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    wy(a: Point, b: boolean, c: boolean): Point;
    fetchXAxis(): Axis;
    fetchYAxis(): Axis;
    acj(a: Axis): void;
    ack(a: Axis): void;
    aaf(): boolean;
    protected ac5: CategoryAxisBase;
    protected adb: NumericAxisBase;
    adj(a: CategoryAxisBase): void;
    adk(a: NumericYAxis): void;
    zc(a: number, b: number): any[];
    protected rs(a: any, b: string, c: any, d: any): void;
    protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    add(a: any): boolean;
    ade(a: any): boolean;
    private ac7;
    get ac8(): CategoryMode;
    set ac8(a: CategoryMode);
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
