import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const badgeDotContentRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ size: { large: { width: number; height: number; }; medium: { width: number; height: number; }; small: { width: number; height: number; }; }; color: { gray: string; mint: string; blue: string; red: string; yellow: string; }; }>; export type BadgeDotContentRecipeVariants = RecipeVariants; //# sourceMappingURL=BadgeDot.css.d.ts.map