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;
    ade: number;
    protected aam(): boolean;
    protected ju(): number;
    protected rs(a: any, b: string, c: any, d: any): void;
    g4(a: Point, b: boolean): boolean;
    ab5(a: ScatterFrame, b: ScatterBaseView): void;
    private adh;
    private add;
    protected get_aag(): boolean;
    pk(a: boolean, b: SeriesView): void;
    acg(a: ScatterFrame, b: ScatterBaseView): void;
    static $$p: string[];
}
