export declare function useStickToBottom(): { ref: (el: HTMLElement) => void; isAtBottom: import('solid-js').Accessor; scrollToBottom: (behavior?: ScrollBehavior) => void; };