import { Series } from "./Series";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { IEnumerable, Type } from "igniteui-react-core";
import { NumericXAxis } from "./NumericXAxis";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemsSource } from "igniteui-react-core";
import { TriangulationStatusEventArgs } from "igniteui-react-core";
import { Axis } from "./Axis";
import { Rect } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { FastItemsSourceEventAction } from "igniteui-react-core";
import { AxisRange } from "./AxisRange";
/**
 * @hidden
 */
export declare abstract class ScatterTriangulationSeries extends Series {
    static $t: Type;
    pg(): void;
    ym: string;
    k0(a: any, b: string): any;
    mp(a: string): string;
    yu: string;
    private xr;
    protected get xx(): IFastItemColumn$1<number>;
    protected set xx(a: IFastItemColumn$1<number>);
    private xs;
    protected get xy(): IFastItemColumn$1<number>;
    protected set xy(a: IFastItemColumn$1<number>);
    xk: NumericXAxis;
    xl: NumericYAxis;
    private x0;
    sa(a: boolean): void;
    private yy;
    private yw;
    private xn;
    triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
    private yz;
    protected xt(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
    protected rr(a: any, b: string, c: any, d: any): void;
    x2(a: any): boolean;
    x1(a: any): boolean;
    hl(a: Rect, b: Rect, c: SeriesView): boolean;
    private yx;
    private x3;
    qq(): void;
    protected pp(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ay(a: Axis): AxisRange;
    protected ta(a: Rect, b: Rect): void;
    protected s9(a: Rect, b: Rect): void;
    trianglesSource: IEnumerable;
    xz: IFastItemsSource;
    ya: string;
    yc: string;
    ye: string;
    private xo;
    protected get xu(): IFastItemColumn$1<number>;
    protected set xu(a: IFastItemColumn$1<number>);
    private xp;
    protected get xv(): IFastItemColumn$1<number>;
    protected set xv(a: IFastItemColumn$1<number>);
    private xq;
    protected get xw(): IFastItemColumn$1<number>;
    protected set xw(a: IFastItemColumn$1<number>);
    protected get_f1(): boolean;
    protected get_fp(): boolean;
    yi: string;
    yq: string;
    yk: string;
    ys: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    static $$p: string[];
}
