export declare enum LineStyleType { Solid = 0, Dash = 1, Dot = 2, DashDot = 3, DashDotDot = 4 }