/** * Recipe configuration for the Badge component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const badgeRecipe: import('@chakra-ui/react').RecipeDefinition<{ size: { "2xs": { fontSize: "300"; gap: "100"; h: "600"; lineHeight: "350"; px: "200"; _icon: { width: "400"; height: "400"; }; }; xs: { fontSize: "350"; gap: "100"; h: "800"; lineHeight: "400"; px: "300"; _icon: { width: "500"; height: "500"; }; }; md: { fontSize: "400"; gap: "200"; h: "1000"; lineHeight: "500"; px: "400"; _icon: { width: "600"; height: "600"; }; }; }; }>;