export declare const heightMenu: `var(--${string})`; export declare const heightAvailableSpace: `var(--${string})`; export declare const menuStyle: { menu: import("@vanilla-extract/recipes").RuntimeFn<{ arrow: { true: { selectors: { '&::after': { borderColor: `var(--${string}) transparent transparent transparent`; }; }; }; }; searchable: { true: { minWidth: "20rem"; }; }; }>; content: string; footer: string; list: string; searchInput: string; group: string; itemContainer: import("@vanilla-extract/recipes").RuntimeFn<{ borderless: { false: { borderBottom: `1px solid var(--${string})`; padding: `var(--${string}) var(--${string})`; }; true: { padding: `var(--${string}) var(--${string})`; }; }; }>; item: import("@vanilla-extract/recipes").RuntimeFn<{ borderless: { true: {}; }; disabled: { true: { cursor: "not-allowed"; }; }; sentiment: { [k: string]: {}; }; }>; }; //# sourceMappingURL=styles.css.d.ts.map