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