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 aci;
    get acj(): IHorizontalAnchoredCategorySeriesInteractionManager;
    o2(): void;
    cl(): SeriesPlotAreaMarginHorizontalMode;
    cm(): SeriesPlotAreaMarginVerticalMode;
    xAxis: CategoryAxisBase;
    yAxis: NumericYAxis;
    protected b3(): SeriesHitTestMode;
    yu(): CategoryAxisBase;
    zb(): NumericAxisBase;
    wr(a: Point): Rect;
    private acw;
    protected aco(a: Point, b: Point, c: boolean): boolean;
    aj(a: Point): Point[][];
    al(a: Point): Point[][];
    gw(a: Point, b: boolean): boolean;
    getOffsetValue(): number;
    getCategoryWidth(): number;
    i5(a: Point, b: boolean, c: boolean): number;
    ka(a: Point, b: boolean): number;
    j8(a: Point, b: boolean): number;
    ip(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
    we(a: Point, b: boolean, c: boolean): Point;
    fetchXAxis(): Axis;
    fetchYAxis(): Axis;
    abs(a: Axis): void;
    abt(a: Axis): void;
    zr(): boolean;
    protected ace: CategoryAxisBase;
    protected ack: NumericAxisBase;
    acs(a: CategoryAxisBase): void;
    act(a: NumericYAxis): void;
    yo(a: number, b: number): any[];
    protected ra(a: any, b: string, c: any, d: any): void;
    protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    acm(a: any): boolean;
    acn(a: any): boolean;
    private acg;
    get ach(): CategoryMode;
    set ach(a: CategoryMode);
    get useHighMarkerFidelity(): boolean;
    static $$p: string[];
}
