import type { RefObject } from 'react'; import type { IMessageItem } from './types'; export declare const useMessageListRef: (listRef: RefObject, chatList: IMessageItem[]) => { scrollInstant: (top?: number) => void; };