import { h } from 'preact';
export default function ContextMenu({ x, y }: {
    x: number;
    y: number;
}): h.JSX.Element;
