type Theme = { color1: string; color2: string; color3: string; color4: string; color5: string; color6: string; color7: string; color8: string; color9: string; color10: string; color11: string; color12: string; background: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; backgroundStrong: string; backgroundTransparent: string; color: string; colorHover: string; colorPress: string; colorFocus: string; colorTransparent: string; borderColor: string; borderColorHover: string; borderColorFocus: string; borderColorPress: string; placeholderColor: string; blue1: string; blue2: string; blue3: string; blue4: string; blue5: string; blue6: string; blue7: string; blue8: string; blue9: string; blue10: string; blue11: string; blue12: string; gray1: string; gray2: string; gray3: string; gray4: string; gray5: string; gray6: string; gray7: string; gray8: string; gray9: string; gray10: string; gray11: string; gray12: string; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: string; orange1: string; orange2: string; orange3: string; orange4: string; orange5: string; orange6: string; orange7: string; orange8: string; orange9: string; orange10: string; orange11: string; orange12: string; pink1: string; pink2: string; pink3: string; pink4: string; pink5: string; pink6: string; pink7: string; pink8: string; pink9: string; pink10: string; pink11: string; pink12: string; purple1: string; purple2: string; purple3: string; purple4: string; purple5: string; purple6: string; purple7: string; purple8: string; purple9: string; purple10: string; purple11: string; purple12: string; red1: string; red2: string; red3: string; red4: string; red5: string; red6: string; red7: string; red8: string; red9: string; red10: string; red11: string; red12: string; yellow1: string; yellow2: string; yellow3: string; yellow4: string; yellow5: string; yellow6: string; yellow7: string; yellow8: string; yellow9: string; yellow10: string; yellow11: string; yellow12: string; shadowColor: string; shadowColorHover: string; shadowColorPress: string; shadowColorFocus: string; }; export declare const colors: string[]; type ThemeNames = 'light' | 'dark' | 'light_orange' | 'light_yellow' | 'light_green' | 'light_blue' | 'light_purple' | 'light_pink' | 'light_red' | 'dark_orange' | 'dark_yellow' | 'dark_green' | 'dark_blue' | 'dark_purple' | 'dark_pink' | 'dark_red' | 'light_alt1' | 'light_alt2' | 'light_active' | 'dark_alt1' | 'dark_alt2' | 'dark_active' | 'light_orange_alt1' | 'light_orange_alt2' | 'light_orange_active' | 'light_yellow_alt1' | 'light_yellow_alt2' | 'light_yellow_active' | 'light_green_alt1' | 'light_green_alt2' | 'light_green_active' | 'light_blue_alt1' | 'light_blue_alt2' | 'light_blue_active' | 'light_purple_alt1' | 'light_purple_alt2' | 'light_purple_active' | 'light_pink_alt1' | 'light_pink_alt2' | 'light_pink_active' | 'light_red_alt1' | 'light_red_alt2' | 'light_red_active' | 'dark_orange_alt1' | 'dark_orange_alt2' | 'dark_orange_active' | 'dark_yellow_alt1' | 'dark_yellow_alt2' | 'dark_yellow_active' | 'dark_green_alt1' | 'dark_green_alt2' | 'dark_green_active' | 'dark_blue_alt1' | 'dark_blue_alt2' | 'dark_blue_active' | 'dark_purple_alt1' | 'dark_purple_alt2' | 'dark_purple_active' | 'dark_pink_alt1' | 'dark_pink_alt2' | 'dark_pink_active' | 'dark_red_alt1' | 'dark_red_alt2' | 'dark_red_active'; export declare const themes: Record; export {}; //# sourceMappingURL=generated-new.d.ts.map