import { ITheme } from '../../Styling';
import { IMenuItemStyles } from './ContextualMenu.types';
export declare const CONTEXTUAL_MENU_ITEM_HEIGHT = 36;
export declare const getMenuItemStyles: (theme: ITheme) => IMenuItemStyles;
