export type AlignmentType = 'left' | 'center' | 'right';
