export type TTextAlign = 'left' | 'right' | 'center' | 'justify' | undefined;
