export declare enum TextStyle { NORMAL = "normal", ITALIC = "italic" } export default TextStyle;