import { type VariantProps } from "tailwind-variants"; export type TextColorVariantProps = VariantProps; export type BorderColorVariantProps = VariantProps; export type Color = "transparent" | "current" | "inherit" | "white" | "black" | "text-primary" | "text-secondary" | "text-tertiary" | "bg-app" | "bg-primary" | "bg-secondary" | "bg-additional-1" | "bg-additional-2" | "bg-additional-3" | "bg-contrast-1" | "bg-contrast-2" | "bg-primary-transparent" | "bg-secondary-transparent" | "bg-additional-1-transparent" | "bg-additional-2-transparent" | "bg-additional-3-transparent" | "bg-contrast-1-transparent" | "bg-contrast-2-transparent" | "border-1" | "border-2" | "border-3" | "border-special-inset-1" | "border-1-transparent" | "border-2-transparent" | "border-3-transparent" | "frosted-1" | "frosted-2" | "frosted-3" | "frosted-4" | "frosted-5" | "overlay" | "legendary" | "legendary-transparent" | "epic" | "epic-transparent" | "rare" | "rare-transparent" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "link" | "success" | "success-transparent-1" | "success-transparent-2" | "warning" | "warning-transparent-1" | "warning-transparent-2" | "caution" | "caution-transparent-1" | "caution-transparent-2" | "error" | "error-transparent-1" | "error-transparent-2"; type BorderColorMap = { [K in Color]: `border-${K}`; }; export declare const textColorVariants: import("tailwind-variants").TVReturnType<{ color: { "interactive-primary-styles": string; "interactive-secondary-styles": string; transparent: "text-transparent"; current: "text-current"; inherit: "text-inherit"; white: "text-white"; black: "text-black"; "text-primary": "text-text-primary"; "text-secondary": "text-text-secondary"; "text-tertiary": "text-text-tertiary"; "bg-app": "text-bg-app"; "bg-primary": "text-bg-primary"; "bg-secondary": "text-bg-secondary"; "bg-additional-1": "text-bg-additional-1"; "bg-additional-2": "text-bg-additional-2"; "bg-additional-3": "text-bg-additional-3"; "bg-contrast-1": "text-bg-contrast-1"; "bg-contrast-2": "text-bg-contrast-2"; "bg-primary-transparent": "text-bg-primary-transparent"; "bg-secondary-transparent": "text-bg-secondary-transparent"; "bg-additional-1-transparent": "text-bg-additional-1-transparent"; "bg-additional-2-transparent": "text-bg-additional-2-transparent"; "bg-additional-3-transparent": "text-bg-additional-3-transparent"; "bg-contrast-1-transparent": "text-bg-contrast-1-transparent"; "bg-contrast-2-transparent": "text-bg-contrast-2-transparent"; "border-1": "text-border-1"; "border-2": "text-border-2"; "border-3": "text-border-3"; "border-special-inset-1": "text-border-special-inset-1"; "border-1-transparent": "text-border-1-transparent"; "border-2-transparent": "text-border-2-transparent"; "border-3-transparent": "text-border-3-transparent"; "frosted-1": "text-frosted-1"; "frosted-2": "text-frosted-2"; "frosted-3": "text-frosted-3"; "frosted-4": "text-frosted-4"; "frosted-5": "text-frosted-5"; overlay: "text-overlay"; legendary: "text-legendary"; "legendary-transparent": "text-legendary-transparent"; epic: "text-epic"; "epic-transparent": "text-epic-transparent"; rare: "text-rare"; "rare-transparent": "text-rare-transparent"; "blue-1": "text-blue-1"; "blue-2": "text-blue-2"; "blue-3": "text-blue-3"; "blue-4": "text-blue-4"; "blue-5": "text-blue-5"; link: "text-link"; success: "text-success"; "success-transparent-1": "text-success-transparent-1"; "success-transparent-2": "text-success-transparent-2"; warning: "text-warning"; "warning-transparent-1": "text-warning-transparent-1"; "warning-transparent-2": "text-warning-transparent-2"; caution: "text-caution"; "caution-transparent-1": "text-caution-transparent-1"; "caution-transparent-2": "text-caution-transparent-2"; error: "text-error"; "error-transparent-1": "text-error-transparent-1"; "error-transparent-2": "text-error-transparent-2"; }; }, undefined, undefined, { color: { "interactive-primary-styles": string; "interactive-secondary-styles": string; transparent: "text-transparent"; current: "text-current"; inherit: "text-inherit"; white: "text-white"; black: "text-black"; "text-primary": "text-text-primary"; "text-secondary": "text-text-secondary"; "text-tertiary": "text-text-tertiary"; "bg-app": "text-bg-app"; "bg-primary": "text-bg-primary"; "bg-secondary": "text-bg-secondary"; "bg-additional-1": "text-bg-additional-1"; "bg-additional-2": "text-bg-additional-2"; "bg-additional-3": "text-bg-additional-3"; "bg-contrast-1": "text-bg-contrast-1"; "bg-contrast-2": "text-bg-contrast-2"; "bg-primary-transparent": "text-bg-primary-transparent"; "bg-secondary-transparent": "text-bg-secondary-transparent"; "bg-additional-1-transparent": "text-bg-additional-1-transparent"; "bg-additional-2-transparent": "text-bg-additional-2-transparent"; "bg-additional-3-transparent": "text-bg-additional-3-transparent"; "bg-contrast-1-transparent": "text-bg-contrast-1-transparent"; "bg-contrast-2-transparent": "text-bg-contrast-2-transparent"; "border-1": "text-border-1"; "border-2": "text-border-2"; "border-3": "text-border-3"; "border-special-inset-1": "text-border-special-inset-1"; "border-1-transparent": "text-border-1-transparent"; "border-2-transparent": "text-border-2-transparent"; "border-3-transparent": "text-border-3-transparent"; "frosted-1": "text-frosted-1"; "frosted-2": "text-frosted-2"; "frosted-3": "text-frosted-3"; "frosted-4": "text-frosted-4"; "frosted-5": "text-frosted-5"; overlay: "text-overlay"; legendary: "text-legendary"; "legendary-transparent": "text-legendary-transparent"; epic: "text-epic"; "epic-transparent": "text-epic-transparent"; rare: "text-rare"; "rare-transparent": "text-rare-transparent"; "blue-1": "text-blue-1"; "blue-2": "text-blue-2"; "blue-3": "text-blue-3"; "blue-4": "text-blue-4"; "blue-5": "text-blue-5"; link: "text-link"; success: "text-success"; "success-transparent-1": "text-success-transparent-1"; "success-transparent-2": "text-success-transparent-2"; warning: "text-warning"; "warning-transparent-1": "text-warning-transparent-1"; "warning-transparent-2": "text-warning-transparent-2"; caution: "text-caution"; "caution-transparent-1": "text-caution-transparent-1"; "caution-transparent-2": "text-caution-transparent-2"; error: "text-error"; "error-transparent-1": "text-error-transparent-1"; "error-transparent-2": "text-error-transparent-2"; }; }, undefined, import("tailwind-variants").TVReturnType<{ color: { "interactive-primary-styles": string; "interactive-secondary-styles": string; transparent: "text-transparent"; current: "text-current"; inherit: "text-inherit"; white: "text-white"; black: "text-black"; "text-primary": "text-text-primary"; "text-secondary": "text-text-secondary"; "text-tertiary": "text-text-tertiary"; "bg-app": "text-bg-app"; "bg-primary": "text-bg-primary"; "bg-secondary": "text-bg-secondary"; "bg-additional-1": "text-bg-additional-1"; "bg-additional-2": "text-bg-additional-2"; "bg-additional-3": "text-bg-additional-3"; "bg-contrast-1": "text-bg-contrast-1"; "bg-contrast-2": "text-bg-contrast-2"; "bg-primary-transparent": "text-bg-primary-transparent"; "bg-secondary-transparent": "text-bg-secondary-transparent"; "bg-additional-1-transparent": "text-bg-additional-1-transparent"; "bg-additional-2-transparent": "text-bg-additional-2-transparent"; "bg-additional-3-transparent": "text-bg-additional-3-transparent"; "bg-contrast-1-transparent": "text-bg-contrast-1-transparent"; "bg-contrast-2-transparent": "text-bg-contrast-2-transparent"; "border-1": "text-border-1"; "border-2": "text-border-2"; "border-3": "text-border-3"; "border-special-inset-1": "text-border-special-inset-1"; "border-1-transparent": "text-border-1-transparent"; "border-2-transparent": "text-border-2-transparent"; "border-3-transparent": "text-border-3-transparent"; "frosted-1": "text-frosted-1"; "frosted-2": "text-frosted-2"; "frosted-3": "text-frosted-3"; "frosted-4": "text-frosted-4"; "frosted-5": "text-frosted-5"; overlay: "text-overlay"; legendary: "text-legendary"; "legendary-transparent": "text-legendary-transparent"; epic: "text-epic"; "epic-transparent": "text-epic-transparent"; rare: "text-rare"; "rare-transparent": "text-rare-transparent"; "blue-1": "text-blue-1"; "blue-2": "text-blue-2"; "blue-3": "text-blue-3"; "blue-4": "text-blue-4"; "blue-5": "text-blue-5"; link: "text-link"; success: "text-success"; "success-transparent-1": "text-success-transparent-1"; "success-transparent-2": "text-success-transparent-2"; warning: "text-warning"; "warning-transparent-1": "text-warning-transparent-1"; "warning-transparent-2": "text-warning-transparent-2"; caution: "text-caution"; "caution-transparent-1": "text-caution-transparent-1"; "caution-transparent-2": "text-caution-transparent-2"; error: "text-error"; "error-transparent-1": "text-error-transparent-1"; "error-transparent-2": "text-error-transparent-2"; }; }, undefined, undefined, unknown, unknown, undefined>>; export declare const borderColorVariants: import("tailwind-variants").TVReturnType<{ color: BorderColorMap; }, undefined, undefined, { color: BorderColorMap; }, undefined, import("tailwind-variants").TVReturnType<{ color: BorderColorMap; }, undefined, undefined, unknown, unknown, undefined>>; export {}; //# sourceMappingURL=color.d.ts.map