import { ContextMenuOptions, Handler, MenuItem } from './types'; export declare function setContextMenuHandler(func: Handler): void; export declare function showContextMenu(event: React.MouseEvent, menus: MenuItem[], options?: ContextMenuOptions): void;