export type ITheme = 'dark' | 'light';
