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