export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "item" | "separator" | "indicator" | "itemText" | "itemGroupLabel" | "itemCommand", {
    variant: {
        subtle: {
            item: {
                _highlighted: {
                    bg: "selected.control.bg";
                };
            };
        };
    };
    size: {
        md: {
            content: {
                minW: "150px";
                py: "2";
                px: "0";
            };
            item: {
                gap: "2";
                textStyle: "md";
                py: "2";
                px: "4";
            };
        };
    };
}>;
