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