/** * Recipe configuration for the TagGroup component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const tagGroupSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "tagList" | "tag", { size: { sm: { tag: { minH: "600"; paddingX: "200"; fontSize: "350"; lineHeight: "400"; }; }; md: { tag: { minH: "800"; paddingX: "200"; paddingY: "100"; }; }; lg: { tag: { minH: "1000"; padding: "200"; }; }; }; }>;