export declare const useScrollToBottom: (scrollableContentRef: React.RefObject) => { showScrollToBottom: boolean; handleScrollToBottom: () => void; updateScrollToBottomOnScroll: (el: HTMLElement) => void; };