export declare enum IMLineCap {
    'Butt' = "Butt",
    'Round' = "Round",
    'Square' = "Square"
}
