import { RefObject } from 'react'; export declare function scrollToBottom(messageListRef: RefObject, behavior?: ScrollBehavior): void; export declare function isTotallyScrolled(refHavingScroll: RefObject): boolean;