declare const isElementInViewport: (element: HTMLElement) => boolean;
export default isElementInViewport;
