import { Series } from "./Series";
import { IFastItemColumn$1 } from "igniteui-angular-core";
import { IEnumerable, Type } from "igniteui-angular-core";
import { NumericXAxis } from "./NumericXAxis";
import { NumericYAxis } from "./NumericYAxis";
import { IFastItemsSource } from "igniteui-angular-core";
import { TriangulationStatusEventArgs } from "igniteui-angular-core";
import { Axis } from "./Axis";
import { Rect } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { FastItemsSourceEventAction } from "igniteui-angular-core";
import { AxisRange } from "./AxisRange";
/**
 * @hidden
 */
export declare abstract class ScatterTriangulationSeries extends Series {
    static $t: Type;
    o1(): void;
    xz: string;
    kp(a: any, b: string): any;
    mc(a: string): string;
    x7: 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>);
    wx: NumericXAxis;
    wy: NumericYAxis;
    private xd;
    rr(a: boolean): void;
    private yb;
    private x9;
    private w0;
    triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
    private yc;
    protected w6(a: IFastItemsSource, b: string): IFastItemColumn$1<number>;
    protected q8(a: any, b: string, c: any, d: any): void;
    xf(a: any): boolean;
    xe(a: any): boolean;
    hd(a: Rect, b: Rect, c: SeriesView): boolean;
    private ya;
    private xg;
    qa(): void;
    protected pa(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
    ay(a: Axis): AxisRange;
    protected sq(a: Rect, b: Rect): void;
    protected sp(a: Rect, b: Rect): void;
    trianglesSource: IEnumerable;
    xc: IFastItemsSource;
    xn: string;
    xp: string;
    xr: string;
    private w1;
    protected get w7(): IFastItemColumn$1<number>;
    protected set w7(a: IFastItemColumn$1<number>);
    private w2;
    protected get w8(): IFastItemColumn$1<number>;
    protected set w8(a: IFastItemColumn$1<number>);
    private w3;
    protected get w9(): IFastItemColumn$1<number>;
    protected set w9(a: IFastItemColumn$1<number>);
    protected get_fw(): boolean;
    protected get_fk(): boolean;
    xv: string;
    x3: string;
    xx: string;
    x5: string;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    static $$p: string[];
}
