import { ScatterBase } from "./ScatterBase";
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 ScatterSplineSeries extends ScatterBase {
    static $t: Type;
    protected bk(): Series;
    protected get_f4(): boolean;
    constructor();
    protected ct(): SeriesView;
    ada: number;
    protected aai(): boolean;
    protected jt(): number;
    protected rr(a: any, b: string, c: any, d: any): void;
    g3(a: Point, b: boolean): boolean;
    ab1(a: ScatterFrame, b: ScatterBaseView): void;
    private add;
    private ac9;
    protected get_aac(): boolean;
    pj(a: boolean, b: SeriesView): void;
    acc(a: ScatterFrame, b: ScatterBaseView): void;
    static $$p: string[];
}
