/** * Recipe configuration for the Menu component. * Defines the styling variants and base styles using Chakra UI's slot recipe system. */ export declare const menuSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "trigger" | "content" | "section" | "popover" | "item" | "sectionLabel" | "submenu", import('@chakra-ui/react').SlotRecipeVariantRecord<"root" | "trigger" | "content" | "section" | "popover" | "item" | "sectionLabel" | "submenu">>;