const themeVariantDictionary = [ 'ai', 'dark', 'error', 'info', 'light', 'primary', 'success', 'warning', ] const themeLuminanceVariantDictionary = [ 'dark', 'light', ] const themeStatusVariantDictionary = [ 'error', 'info', 'success', 'warning', ] const themeInputVariantDictionary = [ 'ai', 'error', 'info', 'primary', 'success', 'warning', ] const themeFullVariantDictionary = [ 'amaranth', 'aqua', 'blue', 'dark', 'error', 'green', 'info', 'light', 'lime', 'orange', 'orchid', 'sky', 'success', 'violet', 'warning', 'yellow', ] const themeFullVariantAvatarDictionary = [ 'amaranth', 'aqua', 'blue', 'error', 'green', 'info', 'lime', 'orange', 'orchid', 'primary', 'sky', 'success', 'violet', 'warning', 'yellow', ] const themeLabelVariantDictionary = [ 'amaranth', 'aqua', 'blue', 'green', 'lime', 'orange', 'orchid', 'sky', 'violet', 'yellow', ] const toneVariantDictionary = [ 'strong', 'weak', 'ghost', 'quiet', ] const themeVariantChipDictionary = [ 'ai', 'amaranth', 'aqua', 'blue', 'dark', 'error', 'green', 'info', 'lime', 'orange', 'orchid', 'primary', 'secondary', 'sky', 'success', 'violet', 'warning', 'yellow', ] const toneActionVariantDictionary = [ 'primary', 'secondary', 'tertiary', 'strong', 'weak', 'quiet', ] const toneSimpleVariantDictionary = [ 'strong', 'weak', 'quiet', ] const toneSmartVariantDictionary = [ 'strong', 'weak', 'ghost', ] const toneMinimalVariantDictionary = [ 'strong', 'weak', ] export { themeFullVariantAvatarDictionary, themeFullVariantDictionary, themeInputVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantChipDictionary, themeVariantDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneSmartVariantDictionary, toneVariantDictionary, }