import { ScatterBase } from "./ScatterBase";
import { UnknownValuePlotting } from "igniteui-angular-core";
import { Series } from "./Series";
import { Type, Point } from "igniteui-angular-core";
import { ScatterFrame } from "./ScatterFrame";
import { SeriesView } from "./SeriesView";
import { ScatterBaseView } from "./ScatterBaseView";
/**
 * @hidden
 */
export declare class ScatterLineSeries extends ScatterBase {
    static $t: Type;
    protected bj(): Series;
    protected get_fj(): boolean;
    constructor();
    protected cs(): SeriesView;
    protected zv(): boolean;
    protected jj(): number;
    gv(a: Point, b: boolean): boolean;
    private acn;
    abe(a: ScatterFrame, b: ScatterBaseView): void;
    private acu;
    protected get_zp(): boolean;
    abp(a: ScatterFrame, b: ScatterBaseView): void;
    private acs;
    private aco;
    private acr;
    acm: UnknownValuePlotting;
    protected q8(a: any, b: string, c: any, d: any): void;
    static $$p: string[];
}
