import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const buttonBaseElementStyle: string; export declare const buttonBaseElementRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { outline: string[]; primary: string[]; secondary: string[]; danger: string[]; ghost: string[]; }; size: { xsmall: { minWidth: number; height: number; }; small: { minWidth: number; height: number; }; medium: { minWidth: number; height: number; }; large: { minWidth: number; height: number; }; }; }>; export type ButtonBaseElementRecipeVariants = RecipeVariants; //# sourceMappingURL=ButtonBase.css.d.ts.map