import { ScatterBase } from "./ScatterBase";
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 ScatterSplineSeries extends ScatterBase {
    static $t: Type;
    protected bk(): Series;
    protected get_f4(): boolean;
    constructor();
    protected ct(): SeriesView;
    ad0: number;
    protected aa8(): boolean;
    protected ju(): number;
    protected rs(a: any, b: string, c: any, d: any): void;
    g4(a: Point, b: boolean): boolean;
    acr(a: ScatterFrame, b: ScatterBaseView): void;
    private ad3;
    private adz;
    protected get_aa2(): boolean;
    pk(a: boolean, b: SeriesView): void;
    ac2(a: ScatterFrame, b: ScatterBaseView): void;
    static $$p: string[];
}
