export type Theme = { accentBackground: string; accentColor: string; background0: string; background02: string; background04: string; background06: string; background08: string; color1: string; color2: string; color3: string; color4: string; color5: string; color6: string; color7: string; color8: string; color9: string; color10: string; color11: string; color12: string; color0: string; color02: string; color04: string; color06: string; color08: string; background: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; borderColor: string; borderColorHover: string; borderColorPress: string; borderColorFocus: string; color: string; colorHover: string; colorPress: string; colorFocus: string; placeholderColor: string; outlineColor: string; colorTransparent: 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; 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; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: string; shadow1: string; shadow2: string; shadow3: string; shadow4: string; shadow5: string; shadow6: string; black1: string; black2: string; black3: string; black4: string; black5: string; black6: string; black7: string; black8: string; black9: string; black10: string; black11: string; black12: string; white1: string; white2: string; white3: string; white4: string; white5: string; white6: string; white7: string; white8: string; white9: string; white10: string; white11: string; white12: string; shadowColor: string; accent1: string; accent2: string; accent3: string; accent4: string; accent5: string; accent6: string; accent7: string; accent8: string; accent9: string; accent10: string; accent11: string; accent12: string; }; export declare const colors: string[]; export type ThemeNames = 'light' | 'dark' | 'light_accent' | 'light_white_accent' | 'dark_accent' | 'dark_black_accent' | 'light_black' | 'light_white' | 'light_blue' | 'light_red' | 'light_yellow' | 'light_green' | 'dark_black' | 'dark_white' | 'dark_blue' | 'dark_red' | 'dark_yellow' | 'dark_green' | 'light_black_accent' | 'light_blue_accent' | 'light_red_accent' | 'light_yellow_accent' | 'light_green_accent' | 'dark_white_accent' | 'dark_blue_accent' | 'dark_red_accent' | 'dark_yellow_accent' | 'dark_green_accent'; export type Themes = Record; export declare const themes: Themes; //# sourceMappingURL=generated-v4.d.ts.map