import { Base, Point, IList$1, Type } from "igniteui-react-core";
import { ISeriesInteractionManager } from "./ISeriesInteractionManager";
import { HighlightingInfo } from "igniteui-react-core";
import { Dictionary$2 } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Series } from "./Series";
import { Axis } from "./Axis";
import { ScalerParams } from "./ScalerParams";
import { CategoryAxisBase } from "./CategoryAxisBase";
import { Rect } from "igniteui-react-core";
import { PathGeometry } from "igniteui-react-core";
import { SeriesViewer } from "./SeriesViewer";
import { Brush } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class SeriesInteractionManager extends Base implements ISeriesInteractionManager {
    static $t: Type;
    get a$aw(): Point;
    a$n(a: Series, b: Point, c: number, d: Axis, e: ScalerParams, f: number, g: number, h: (arg1: Point) => number): number;
    a$p(a: Series, b: number, c: IList$1<number>, d: number, e: number, f: number, g: number, h: number, i: boolean): number;
    a$b(a: Series, b: CategoryAxisBase, c: List$1<number[]>, d: number, e: number, f: Point, g: boolean): number[][];
    a$a(a: Series, b: CategoryAxisBase, c: List$1<number[]>, d: number, e: number, f: Point, g: boolean): number[];
    private q;
    private static t;
    a$s(a: Series, b: Point, c: boolean, d: Axis, e: (arg1: Point) => number, f: IList$1<number>): number;
    a$q(a: Series, b: IList$1<number>, c: Point, d: Axis, e: ScalerParams, f: number, g: (arg1: Point) => number, h: boolean, i: boolean): number;
    a$g(a: Series, b: Point, c: boolean): boolean;
    a$h(a: Series, b: Point, c: boolean, d: PathGeometry): boolean;
    a$i(a: Series, b: Point, c: PathGeometry): boolean;
    a$r(a: Series, b: Point, c: boolean, d: Axis, e: (arg1: Point) => number, f: IList$1<number>): number;
    a$o(a: Series, b: Point, c: Axis): number;
    a$j(a: Series, b: Point, c: boolean): boolean;
    a$av(a: Series, b: Point, c: boolean, d: boolean, e: number, f: Axis, g: Axis, h: (arg1: Point, arg2: boolean, arg3: boolean) => number, i: (arg1: Point, arg2: boolean) => number, j: (arg1: Point, arg2: boolean) => number): Point;
    private a;
    private b;
    a$z(): void;
    get a$d(): boolean;
    private o;
    private n;
    a$y(a: Series, b: any, c: number): void;
    private c;
    private p;
    a$w(a: Series): void;
    a$ap(a: Series): void;
    a$ao(a: Series, b: any, c: number): void;
    a$x(a: Series, b: any, c: number): void;
    a$an(a: Series, b: any, c: number): void;
    a$ac(a: Series, b: any, c: Point, d: boolean, e: boolean, f: boolean, g: boolean, h: boolean, i: boolean): void;
    private w;
    private y;
    private x;
    a$l(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: boolean): number;
    a$au(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number, f: number, g: number, h: number, i: number, j: number, k: Brush, l: boolean): Brush;
    private j;
    a$m(a: Series, b: HighlightingInfo, c: HighlightingInfo, d: HighlightingInfo, e: number): number;
    protected aa(a: Brush, b: number): Brush;
    protected ab(a: Series, b: Brush, c: Brush, d: number): Brush;
    a$af(a: Series, b: Point, c: any, d: any, e: boolean): void;
    a$as(a: Series, b: Point): void;
    a$ai(a: Series, b: Point, c: any, d: any, e: boolean): void;
    a$ag(a: Series, b: Point, c: any, d: any, e: boolean): void;
    a$ad(a: Series, b: Point, c: any, d: any): void;
    a$ah(a: Series, b: Point, c: any, d: any): void;
    a$ae(a: Series, b: Point, c: any, d: any): void;
    a$aj(a: Series, b: Point, c: any, d: any): void;
    a$ak(a: Series, b: Point, c: any, d: any): void;
    a$t: any;
    a$f: boolean;
    private k;
    private d;
    get h(): boolean;
    set h(a: boolean);
    private e;
    get a$c(): boolean;
    set a$c(a: boolean);
    private f;
    private g;
    z(a: Series, b: Point, c: any, d: any): void;
    a$e(a: Series): boolean;
    private ac;
    a$ar(a: Series, b: Point, c: (arg1: any, arg2: Series) => void): void;
    a$u(a: Series): string;
    private i;
    a$v(a: Series): string;
    a$ab(a: Series): void;
    private _toolTipObject;
    private v;
    a$at(a: Series, b: any): void;
    protected ad: Point;
    protected u: any;
    protected l: boolean;
    a$aq(a: Series): void;
    private m;
    get a$k(): Dictionary$2<string, SeriesView>;
    a$aa(a: Series, b: Rect, c: Rect, d: string, e: number): void;
    a$am(a: Series, b: string, c: SeriesViewer): void;
    a$al(a: Series, b: SeriesViewer): void;
}
