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;
    o2(): void;
    x2: string;
    kq(a: any, b: string): any;
    md(a: string): string;
    ya: 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>);
    w0: NumericXAxis;
    w1: NumericYAxis;
    private xg;
    rt(a: boolean): void;
    private ye;
    private yc;
    private w3;
    triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
    private yf;
    protected w9(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
    protected ra(a: any, b: string, c: any, d: any): void;
    xi(a: any): boolean;
    xh(a: any): boolean;
    he(a: Rect, b: Rect, c: SeriesView): boolean;
    private yd;
    private xj;
    qb(): void;
    protected pb(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ay(a: Axis): AxisRange;
    protected st(a: Rect, b: Rect): void;
    protected ss(a: Rect, b: Rect): void;
    trianglesSource: IEnumerable;
    xf: IFastItemsSource;
    xq: string;
    xs: string;
    xu: string;
    private w4;
    protected get xa(): IFastItemColumn$1<number>;
    protected set xa(a: IFastItemColumn$1<number>);
    private w5;
    protected get xb(): IFastItemColumn$1<number>;
    protected set xb(a: IFastItemColumn$1<number>);
    private w6;
    protected get xc(): IFastItemColumn$1<number>;
    protected set xc(a: IFastItemColumn$1<number>);
    protected get_fx(): boolean;
    protected get_fl(): boolean;
    xy: string;
    x6: string;
    x0: string;
    x8: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    static $$p: string[];
}
