import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const variants: import("@vanilla-extract/recipes").RuntimeFn<{ size: { small: string; medium: string; large: string; }; border: { none: {}; primary: string; secondary: string; }; rounded: { true: string; false: {}; }; }>; export type Variants = RecipeVariants;