export declare enum IMLineJoin {
    'Bevel' = "Bevel",
    'Miter' = "Miter",
    'Round' = "Round"
}
