interface anchorProps { x: number; y: number; } export default function EdgeAnchor(props: anchorProps): import("solid-js").JSX.Element; export {};