export declare enum LineStyle { Dashed = "Dashed", Solid = "Solid", Dotted = "Dotted", DashDot = "DashDot", DashDotDot = "DashDotDot" }