declare const generatedThemes: Record<"light_blue" | "light_green" | "light_red" | "light_yellow" | "dark_blue" | "dark_green" | "dark_red" | "dark_yellow" | "light" | "dark" | "light_accent" | "dark_accent" | "light_black" | "light_white" | "light_blue_accent" | "light_green_accent" | "light_red_accent" | "light_yellow_accent" | "light_black_accent" | "light_white_accent" | "dark_black" | "dark_white" | "dark_blue_accent" | "dark_green_accent" | "dark_red_accent" | "dark_yellow_accent" | "dark_black_accent" | "dark_white_accent", { yellow1: string; yellow2: string; yellow3: string; yellow4: string; yellow5: string; yellow6: string; yellow7: string; yellow8: string; yellow9: string; yellow10: string; yellow11: string; yellow12: 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; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: 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; color: string; shadowColor: string; borderColor: string; borderColorHover: string; colorHover: string; colorFocus: string; colorPress: 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; background: string; placeholderColor: string; colorTransparent: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; borderColorFocus: string; borderColorPress: string; accentBackground: string; accentColor: string; background0: string; background02: string; background04: string; background06: string; background08: string; color0: string; color02: string; color04: string; color06: string; color08: string; black2: string; black1: string; black4: string; black8: string; black12: string; black3: string; black5: string; black7: string; black9: string; black10: string; black6: string; black11: string; white2: string; white1: string; white4: string; white8: string; white12: string; white3: string; white5: string; white7: string; white9: string; white10: string; white6: string; white11: string; shadow1: string; shadow2: string; shadow3: string; shadow4: string; shadow5: string; shadow6: string; outlineColor: string; accent0: string; accent2: string; accent1: string; accent4: string; accent8: string; accent12: string; accent3: string; accent5: string; accent7: string; accent9: string; accent10: string; accent6: string; accent11: string; } & Record>; export type TamaguiThemes = typeof generatedThemes; export declare const themes: Record<"light_blue" | "light_green" | "light_red" | "light_yellow" | "dark_blue" | "dark_green" | "dark_red" | "dark_yellow" | "light" | "dark" | "light_accent" | "dark_accent" | "light_black" | "light_white" | "light_blue_accent" | "light_green_accent" | "light_red_accent" | "light_yellow_accent" | "light_black_accent" | "light_white_accent" | "dark_black" | "dark_white" | "dark_blue_accent" | "dark_green_accent" | "dark_red_accent" | "dark_yellow_accent" | "dark_black_accent" | "dark_white_accent", { yellow1: string; yellow2: string; yellow3: string; yellow4: string; yellow5: string; yellow6: string; yellow7: string; yellow8: string; yellow9: string; yellow10: string; yellow11: string; yellow12: 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; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: 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; color: string; shadowColor: string; borderColor: string; borderColorHover: string; colorHover: string; colorFocus: string; colorPress: 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; background: string; placeholderColor: string; colorTransparent: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; borderColorFocus: string; borderColorPress: string; accentBackground: string; accentColor: string; background0: string; background02: string; background04: string; background06: string; background08: string; color0: string; color02: string; color04: string; color06: string; color08: string; black2: string; black1: string; black4: string; black8: string; black12: string; black3: string; black5: string; black7: string; black9: string; black10: string; black6: string; black11: string; white2: string; white1: string; white4: string; white8: string; white12: string; white3: string; white5: string; white7: string; white9: string; white10: string; white6: string; white11: string; shadow1: string; shadow2: string; shadow3: string; shadow4: string; shadow5: string; shadow6: string; outlineColor: string; accent0: string; accent2: string; accent1: string; accent4: string; accent8: string; accent12: string; accent3: string; accent5: string; accent7: string; accent9: string; accent10: string; accent6: string; accent11: string; } & Record>; export {}; /** * This is an optional production optimization: themes JS can get to 20Kb or more. * Tamagui has ~1Kb of logic to hydrate themes from CSS, so you can remove the JS. * So long as you server render your Tamagui CSS, this will save you bundle size: */ //# sourceMappingURL=v4-default.d.ts.map