import { RuntimeFn } from '@vanilla-extract/recipes'; export declare const BUTTON_STYLES: { recipe: RuntimeFn<{ variant: { contained: {}; outlined: { backgroundColor: "transparent"; }; ghost: { backgroundColor: "transparent"; }; }; color: { primary: {}; secondary: {}; tertiary: {}; destructive: {}; success: {}; warning: {}; info: {}; }; size: { sm: { height: "2.25rem"; paddingInline: `var(--${string})`; }; md: { height: "2.5rem"; paddingInline: `var(--${string})`; }; lg: { height: "2.75rem"; paddingInline: `var(--${string})`; }; }; }>; };