export function createRecipe(name: any, defaultVariants: any, compoundVariants: any): { recipeFn: (variants: any, withCompoundVariants?: boolean) => any; getVariantProps: (variants: any) => any; __getCompoundVariantCss__: (variants: any) => any; }; export function mergeRecipes(recipeA: any, recipeB: any): any;