export declare enum ELabelPlacement {
    Right = "Right",
    TopRight = "TopRight",
    BottomRight = "BottomRight",
    Bottom = "Bottom",
    Left = "Left",
    TopLeft = "TopLeft",
    BottomLeft = "BottomLeft",
    Top = "Top",
    Axis = "Axis",
    Auto = "Auto"
}
export declare enum EHorizontalAlignment {
    Right = "Right",
    Left = "Left"
}
export declare enum EVerticalAlignment {
    Top = "Top",
    Bottom = "Bottom"
}
