import { Theme } from '@leafygreen-ui/lib'; import { ComboboxSize as Size } from '../types'; export declare const menuItemPadding: Record; /** Util that returns the height of a menu item (in px) */ export declare const getMenuItemHeight: (size: Size) => number; /** * Menu styles */ export declare const popoverStyle: (width?: number) => string; export declare const popoverThemeStyle: Record; export declare const autoWidthStyles: string; export declare const menuBaseStyle: string; export declare const menuThemeStyle: Record; export declare const getMenuThemeStyles: (theme: Theme) => string; export declare const menuList: string; export declare const menuMessageBaseStyle: string; export declare const menuMessageThemeStyle: Record; export declare const menuMessageSizeStyle: (size: Size) => string; export declare const loadingIconStyle: string; //# sourceMappingURL=Menu.styles.d.ts.map