export declare class FontStyle extends Object {
    static REGULAR: string;
    static BOLD: string;
    static ITALIC: string;
    static BOLD_ITALIC: string;
    constructor();
}
