export type TextHorizontalAlign = 'LEFT' | 'CENTER' | 'RIGHT'; export type TextVerticalAlign = 'TOP' | 'MIDDLE' | 'BOTTOM';