import { ScatterBase } from "./ScatterBase";
import { Series } from "./Series";
import { Type } from "igniteui-react-core";
import { ScatterFrame } from "./ScatterFrame";
import { SeriesView } from "./SeriesView";
import { SeriesHitTestMode } from "./SeriesHitTestMode";
import { ScatterBaseView } from "./ScatterBaseView";
/**
 * @hidden
 */
export declare class ScatterSplineSeries extends ScatterBase {
    static $t: Type;
    protected bk(): Series;
    protected get_f0(): boolean;
    constructor();
    protected ct(): SeriesView;
    acq: number;
    protected zy(): boolean;
    protected jk(): number;
    protected ra(a: any, b: string, c: any, d: any): void;
    protected b3(): SeriesHitTestMode;
    abh(a: ScatterFrame, b: ScatterBaseView): void;
    private act;
    private acp;
    protected get_zs(): boolean;
    o5(a: boolean, b: SeriesView): void;
    abs(a: ScatterFrame, b: ScatterBaseView): void;
    static $$p: string[];
}
