import type { GlobalPoint } from "@excalidraw/math"; import type { ElementsMap, ExcalidrawElement } from "./types"; export declare const distanceToElement: (element: ExcalidrawElement, elementsMap: ElementsMap, p: GlobalPoint) => number;