import { RecipeVariants } from '@vanilla-extract/recipes'; import * as buttonStyles from '../Button/styles.css'; export declare const menuList: string; export declare const menuItemVariants: import("@vanilla-extract/recipes").RuntimeFn<{ selected: { true: { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; false: {}; }; }>; export declare const menuDivider: string; export declare const menuHeading: string; export type ButtonVariants = RecipeVariants;