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 ac5;
    get ac6(): IHorizontalAnchoredCategorySeriesInteractionManager;
    pg(): void;
    cl(): SeriesPlotAreaMarginHorizontalMode;
    cm(): SeriesPlotAreaMarginVerticalMode;
    xAxis: CategoryAxisBase;
    yAxis: NumericYAxis;
    protected b3(): SeriesHitTestMode;
    ze(): CategoryAxisBase;
    zv(): NumericAxisBase;
    xb(a: Point): Rect;
    private adj;
    protected adb(a: Point, b: Point, c: boolean): boolean;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    g3(a: Point, b: boolean): boolean;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    je(a: Point, b: boolean, c: boolean): number;
    kk(a: Point, b: boolean): number;
    ki(a: Point, b: boolean): number;
    ix(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    wx(a: Point, b: boolean, c: boolean): Point;
    fetchXAxis(): Axis;
    fetchYAxis(): Axis;
    acf(a: Axis): void;
    acg(a: Axis): void;
    aab(): boolean;
    protected ac1: CategoryAxisBase;
    protected ac7: NumericAxisBase;
    adf(a: CategoryAxisBase): void;
    adg(a: NumericYAxis): void;
    y8(a: number, b: number): any[];
    protected rr(a: any, b: string, c: any, d: any): void;
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ac9(a: any): boolean;
    ada(a: any): boolean;
    private ac3;
    get ac4(): CategoryMode;
    set ac4(a: CategoryMode);
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
