export declare enum VerticalAlignment {
    None = "None",
    Top = "Top",
    Center = "Center",
    Bottom = "Bottom"
}
