import { ContextOption } from './types'; export declare function showContextMenu(ev: MouseEvent, options: readonly ContextOption[]): () => void; //# sourceMappingURL=index.d.ts.map