export declare enum TextHorizontalAlignment {
    Left = "Left",
    Right = "Right",
    Center = "Center",
    Justify = "Justify",
    FullJustify = "FullJustify",
    None = "None"
}
