/** * Recipe configuration for the Link component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const linkRecipe: import('@chakra-ui/react').RecipeDefinition<{ size: { xs: { fontSize: "300"; lineHeight: "450"; }; sm: { fontSize: "350"; lineHeight: "500"; }; md: { fontSize: "400"; lineHeight: "600"; }; }; fontColor: { primary: { color: "primary"; }; inherit: { color: "inherit"; }; }; }>;