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;
    ph(): void;
    yn: string;
    k1(a: any, b: string): any;
    mq(a: string): string;
    yv: string;
    private xs;
    protected get xy(): IFastItemColumn$1<number>;
    protected set xy(a: IFastItemColumn$1<number>);
    private xt;
    protected get xz(): IFastItemColumn$1<number>;
    protected set xz(a: IFastItemColumn$1<number>);
    xl: NumericXAxis;
    xm: NumericYAxis;
    private x1;
    sb(a: boolean): void;
    private yz;
    private yx;
    private xo;
    triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
    private y0;
    protected xu(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
    protected rs(a: any, b: string, c: any, d: any): void;
    x3(a: any): boolean;
    x2(a: any): boolean;
    hm(a: Rect, b: Rect, c: SeriesView): boolean;
    private yy;
    private x4;
    qr(): void;
    protected pq(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ay(a: Axis): AxisRange;
    protected tb(a: Rect, b: Rect): void;
    protected ta(a: Rect, b: Rect): void;
    trianglesSource: IEnumerable;
    x0: IFastItemsSource;
    yb: string;
    yd: string;
    yf: string;
    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>);
    private xr;
    protected get xx(): IFastItemColumn$1<number>;
    protected set xx(a: IFastItemColumn$1<number>);
    protected get_f1(): boolean;
    protected get_fp(): boolean;
    yj: string;
    yr: string;
    yl: string;
    yt: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    static $$p: string[];
}
