import type { ElementPosition } from './elementPosition.interfaces.js'; /** * Get the position of the element to the top of the DOM */ export default function getElementPositionTopDom(element: HTMLElement): ElementPosition; //# sourceMappingURL=getElementPositionTopDom.d.ts.map