import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const toastWrapperStyle: string; export declare const toastIconRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ type: { info: string; warning: string; success: string; danger: string; }; }>; export type ToastIconRecipeVariants = RecipeVariants; export declare const spinnerPaddingStyle: string; export declare const toastTextStyle: string; //# sourceMappingURL=Toast.css.d.ts.map