export declare const hyperlink: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; selectors: { "&:hover": { textDecoration: "underline"; textDecorationColor: `var(--${string})`; }; }; }; secondary: { color: `var(--${string})`; selectors: { "&:hover": { textDecoration: "underline"; textDecorationColor: `var(--${string})`; }; }; }; default: { color: "inherit"; textDecoration: "underline"; }; }; }>;