export declare enum VerticalAlign {
    Bottom = "Bottom",
    Inherit = "Inherit",
    Middle = "Middle",
    Top = "Top"
}
