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