import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const Star: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { gold: { fill: "#FAA74A"; }; gray: { fill: "#4A5560"; }; }; }>; export type Star_Types = RecipeVariants;