export declare enum FontStyle { normal = "normal", italic = "italic", oblique = "oblique", initial = "initial", inherit = "inherit" }