export declare const chevron: 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})`; }; }; }; tertiary: { color: "FFFFFF"; selectors: { "&:hover": { textDecoration: "underline"; textDecorationColor: "#FFFFFF"; }; }; }; }; }>; export declare const chevron_wrapper: string; export declare const reverse: string;