export const AppearanceMode = { LIGHT: 'light', DARK: 'dark', SYSTEM: 'system', } as const;