/** * Checks to see if any part of an element is within the viewport */ export default function isElementInView(el: HTMLElement): boolean;