export type TextAlignmentType = "auto" | "baseline" | "bottom" | "center" | "top";