import { ElementScroll } from '../types';
export declare const getElementScroll: (element: Element | Window) => ElementScroll;
