import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const wrapperStyle: string; export declare const baseStyle: string; export declare const dropdownMenuItemBaseRootRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { primary: {}; danger: string; }; disabled: { true: string; false: {}; }; }>; export type DropdownMenuItemBaseRootRecipeVariants = RecipeVariants; //# sourceMappingURL=Item.css.d.ts.map