import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const badgeContentRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: (string | { selectors: { '&[data-single-digit-number]': { width: number; }; }; })[]; medium: (string | { minWidth: number; })[]; large: (string | { minWidth: number; })[]; }; variant: { primary: string; secondary: {}; }; color: { gray: {}; mint: {}; blue: {}; red: {}; yellow: {}; }; }>; export type BadgeContentRecipeVariants = RecipeVariants; //# sourceMappingURL=BadgeContent.css.d.ts.map