interface Settings { theme?: "light" | "dark"; primaryColor: string; accentColor: string; } export default Settings;