import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const variantIntentionalColors: Record<"success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information", string>; export declare const variantIntentionalColorsInverted: Record<"success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information", string>; export declare const styledIntentionalElement: import("@vanilla-extract/recipes").RuntimeFn<{ intention: Record<"success" | "danger" | "warning" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information", object>; inverted: { true: {}; false: {}; }; }>; export type StyledIntentionalContainerProps = NonNullable>; //# sourceMappingURL=intentColorset.css.d.ts.map