import type { Coords } from "../../floating-ui-react/types.mjs";
export declare function getMidpoint(element: HTMLElement): Coords;