import React__default from 'react'; import { MessageNotificationProps } from './MessageNotification.js'; type MessageListNotificationsProps = { hasNewMessages: boolean; isMessageListScrolledToBottom: boolean; isNotAtLatestMessageSet: boolean; MessageNotification: React__default.ComponentType; scrollToBottom: () => void; threadList?: boolean; }; export { MessageListNotificationsProps }; //# sourceMappingURL=MessageListNotifications.d.ts.map