import { Point2 } from '@js-draw/math';
import Editor from '../../../Editor';
import Selection from '../Selection';
declare const showSelectionContextMenu: (selectionBox: Selection | null, editor: Editor, canvasAnchor: Point2, preferSelectionMenu: boolean, clearSelection: () => void) => Promise<void>;
export default showSelectionContextMenu;
