import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const bannerWrapperRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ fullWidth: { true: (string | { borderBottomWidth: number; borderBottomStyle: "solid"; borderBottomColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; })[]; false: string; }; state: { default: string; information: string; warning: string; success: string; danger: string; }; }>; export type BannerWrapperRecipeVariants = RecipeVariants; export declare const bannerContentWrapperStyle: string; export declare const bannerIconStyle: string; export declare const bannerContentStyle: string; //# sourceMappingURL=Banner.css.d.ts.map