export declare enum TextAlign { Center = "center", Justify = "justify", Left = "left", Right = "right" }