export declare const SeriesType: { readonly Area: "area"; readonly BarX: "bar-x"; readonly BarY: "bar-y"; readonly Line: "line"; readonly Pie: "pie"; readonly Scatter: "scatter"; readonly Treemap: "treemap"; readonly Waterfall: "waterfall"; }; export declare enum DashStyle { Dash = "Dash", DashDot = "DashDot", Dot = "Dot", LongDash = "LongDash", LongDashDot = "LongDashDot", LongDashDotDot = "LongDashDotDot", ShortDash = "ShortDash", ShortDashDot = "ShortDashDot", ShortDashDotDot = "ShortDashDotDot", ShortDot = "ShortDot", Solid = "Solid" } export declare enum SymbolType { Circle = "circle", Diamond = "diamond", Square = "square", Triangle = "triangle", TriangleDown = "triangle-down" } export declare enum LineCap { Butt = "butt", Round = "round", Square = "square", None = "none" } export declare enum LayoutAlgorithm { Binary = "binary", Dice = "dice", Slice = "slice", SliceDice = "slice-dice", Squarify = "squarify" }