export type IDefaultPaletteType = 'default' | 'pastel' | 'wood' | 'neo' | 'chroma' | 'bumbleBee' | 'ocean' | 'ston' | 'neon' | 'spring' | 'winter' | 'fall' | 'summer' | 'water' | 'hell' | 'heaven' | 'sunrise' | 'moon' | 'office' | 'sport' | 'company' | 'jungle' | 'food' | 'coffee' | 'cyberpunk' | 'galaxy' | 'retro' | 'minimal'; export type IDefaultColor = 'background' | 'surface' | 'on-surface' | 'primary' | 'on-primary' | 'secondary' | 'on-secondary' | 'error' | 'info' | 'success' | 'warning'; export type IDefaultColorMode = 'darken-1' | 'lighten-1' | 'bright' | 'variant';