import type { IChatItem } from './types';
export declare const useAutoScrollChatList: (chatList: IChatItem[]) => import("react").RefObject<HTMLDivElement>;
