export type ThemeSwitcherMode = 'light' | 'dark' | 'system';
