import React from 'react'; import type { Props as ChatListProps } from './ChatList'; declare const Body: React.ForwardRefExoticComponent & { isSubmitted: boolean; callBackAfterScrollToBottom: () => void; } & React.RefAttributes>; export default Body;