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