export type TextAlignment = {
	CENTER:    'center',
	JUSTIFIED: 'justified',
	LEFT:      'left',
	RIGHT:     'right',
	NATURAL:   'natural',
};
