import { RecipeVariants } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; import { StandardLonghandProperties } from '../../../types/css.types.js'; import { styles } from './rarui-toast.css.js'; type ToastVariants = NonNullable>; type ToastSprinkle = Pick; export type { ToastSprinkle, ToastVariants };