import React from 'react';
import type { MessageNotificationProps } from './MessageNotification';
export declare const ScrollToBottomButton: (props: Pick<MessageNotificationProps, 'isMessageListScrolledToBottom' | 'onClick' | 'threadList'>) => React.JSX.Element | null;
