export type VerticalAlign = "top" | "center" | "bottom" | "justify" | "distributed";