/** * Scroll to the bottom of an element */ declare function scrollToBottom(el: HTMLElement): void; export { scrollToBottom };