import type { ElementPosition } from './elementPosition.interfaces.js'; /** * Get the element position relative to the viewport */ export declare function getBoundingClientRect(element: HTMLElement): ElementPosition; //# sourceMappingURL=getBoundingClientRect.d.ts.map