export declare enum FontStyle { regular = "Regular", bold = "Bold", italic = "Italic", boldItalic = "Bold Italic" }