declare const getScroll: (target: HTMLElement | Window | Document | null) => number;
export default getScroll;
