import { RuntimeFn } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; declare const styles: { link: RuntimeFn<{ /** * Determines the visual style of the link. * @default brand */ appearance: { brand: { color: `var(--${string})` | `var(--${string}, ${string})`; }; neutral: { color: `var(--${string})` | `var(--${string}, ${string})`; }; inverted: { color: `var(--${string})` | `var(--${string}, ${string})`; }; }; /** * Specifies the size of the link. * @default large */ size: { large: { fontSize: "1.125rem"; lineHeight: "1.75rem"; letterSpacing: ".0112rem"; }; small: { fontSize: ".875rem"; lineHeight: "1.25rem"; letterSpacing: ".0088rem"; }; medium: { fontSize: "1rem"; lineHeight: "1.5rem"; letterSpacing: ".01rem"; }; }; }>; }; export { styles };