/** * @param element */ export default function getHTMLElementScroll(element: HTMLElement): { scrollLeft: number; scrollTop: number; }; //# sourceMappingURL=getHTMLElementScroll.d.ts.map