import { ScatterBaseDescription } from "./ScatterBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ScatterLineSeriesDescription extends ScatterBaseDescription { static $t: Type; protected get_type(): string; constructor(); private he; get unknownValuePlotting(): string; set unknownValuePlotting(a: string); }