import { ScatterBaseView } from "./ScatterBaseView";
import { ScatterBase } from "./ScatterBase";
import { Path } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ScatterLineSeriesView extends ScatterBaseView {
    static $t: Type;
    constructor(a: ScatterBase);
    a4(): void;
    dz: Path;
    dy: Path;
    protected bp(): void;
    protected bq(): void;
    protected bj(a: RenderingContext, b: boolean): void;
    dm(a: boolean): void;
    ax(a: any): void;
    protected an(): void;
}
