export interface TextAlignProp { textAlign?: 'left' | 'center' | 'right'; }