export default function getScrollPosition(): {
    x: any;
    y: any;
};
