export type THorizontalAlignment = 'left' | 'center' | 'right'; export type TTheme = '' | 'light' | 'dark';