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