export declare class CapsStyle extends Object {
    static ROUND: string;
    static NONE: string;
    static SQUARE: string;
    constructor();
}
