export declare enum FontStyles {
    Regular = "Regular",
    Bold = "Bold",
    Italic = "Italic",
    BoldItalic = "BoldItalic"
}
