declare const theme: { colors: { accent: { luma: string; peach: string; sunrise: string; lotus: string; lavender: string; aloe: string; sky: string; watermelon: string; ocean: string; }; support: { midnight: string; slate: string; steel: string; teal: string; agua: string; powder: string; gray: string; otherGary: string; snow: string; white: string; }; }; }; export default theme;