import type { RecipeCreatorFn } from '../types/recipe' export declare const cva: RecipeCreatorFn export type { RecipeVariantProps } from '../types/recipe'