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;
    o4(): void;
    x5: string;
    kr(a: any, b: string): any;
    mf(a: string): string;
    yd: string;
    private xa;
    protected get xg(): IFastItemColumn$1<number>;
    protected set xg(a: IFastItemColumn$1<number>);
    private xb;
    protected get xh(): IFastItemColumn$1<number>;
    protected set xh(a: IFastItemColumn$1<number>);
    w3: NumericXAxis;
    w4: NumericYAxis;
    private xj;
    rv(a: boolean): void;
    private yh;
    private yf;
    private w6;
    triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
    private yi;
    protected xc(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
    protected rc(a: any, b: string, c: any, d: any): void;
    xl(a: any): boolean;
    xk(a: any): boolean;
    hf(a: Rect, b: Rect, c: SeriesView): boolean;
    private yg;
    private xm;
    qd(): void;
    protected pd(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ay(a: Axis): AxisRange;
    protected sv(a: Rect, b: Rect): void;
    protected su(a: Rect, b: Rect): void;
    trianglesSource: IEnumerable;
    xi: IFastItemsSource;
    xt: string;
    xv: string;
    xx: string;
    private w7;
    protected get xd(): IFastItemColumn$1<number>;
    protected set xd(a: IFastItemColumn$1<number>);
    private w8;
    protected get xe(): IFastItemColumn$1<number>;
    protected set xe(a: IFastItemColumn$1<number>);
    private w9;
    protected get xf(): IFastItemColumn$1<number>;
    protected set xf(a: IFastItemColumn$1<number>);
    protected get_fy(): boolean;
    protected get_fm(): boolean;
    x1: string;
    x9: string;
    x3: string;
    yb: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    static $$p: string[];
}
