/** * Scrolls the parent element until the child element is in view */ declare function scroll(el: HTMLElement): void; export { scroll };