import type { StreamMessage } from '../../../../context/ChannelStateContext'; import type { DefaultStreamChatGenerics } from '../../../../types/types'; export declare function useNewMessageNotification(messages: StreamMessage[], currentUserId: string | undefined, hasMoreNewer?: boolean): { atBottom: import("react").MutableRefObject; isMessageListScrolledToBottom: boolean; newMessagesNotification: boolean; setIsMessageListScrolledToBottom: import("react").Dispatch>; setNewMessagesNotification: import("react").Dispatch>; }; //# sourceMappingURL=useNewMessageNotification.d.ts.map