import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const variants: import("@vanilla-extract/recipes").RuntimeFn<{ underline: { none: { textDecoration: "none"; }; solid: { textDecoration: "underline"; }; }; color: { none: { color: string; ':hover': { color: string; }; ':focus': { color: string; }; ':active': { color: string; }; }; default: {}; }; }>; export type Variants = RecipeVariants;