import { ScatterBase } from "./ScatterBase";
import { UnknownValuePlotting } from "igniteui-react-core";
import { Series } from "./Series";
import { Type, Point } from "igniteui-react-core";
import { ScatterFrame } from "./ScatterFrame";
import { SeriesView } from "./SeriesView";
import { ScatterBaseView } from "./ScatterBaseView";
/**
 * @hidden
 */
export declare class ScatterLineSeries extends ScatterBase {
    static $t: Type;
    protected bk(): Series;
    protected get_fo(): boolean;
    constructor();
    protected ct(): SeriesView;
    protected aai(): boolean;
    protected jt(): number;
    g3(a: Point, b: boolean): boolean;
    private ada;
    ab1(a: ScatterFrame, b: ScatterBaseView): void;
    private adh;
    protected get_aac(): boolean;
    acc(a: ScatterFrame, b: ScatterBaseView): void;
    private adf;
    private adb;
    private ade;
    ac9: UnknownValuePlotting;
    protected rr(a: any, b: string, c: any, d: any): void;
    static $$p: string[];
}
