import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const emptyWrapperRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ wide: { true: string; false: string; }; hasBorder: { true: string; false: {}; }; }>; export type EmptyWrapperRecipeVariants = RecipeVariants; //# sourceMappingURL=Empty.css.d.ts.map