export declare class JointStyle extends Object {
    static ROUND: string;
    static BEVEL: string;
    static MITER: string;
    constructor();
}
