type Theme = "light" | "dark" | "neutral" | "custom" | "modern-light" | "modern-dark"; export default Theme;