export declare const MENU_SHOW = "UP_CONTEXTMENU_SHOW";
export declare const MENU_HIDE = "UP_CONTEXTMENU_HIDE";
export declare const showMenu: (opts?: any, target?: any) => void;
export declare const hideMenu: (opts?: any, target?: any) => void;
