import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { ChatBodyProps } from './Chat.types'; export declare const NewMessageSeparatorId = "new-message-separator"; declare const ChatBody: ForwardRefForwardPropsComponent; export default ChatBody; //# sourceMappingURL=ChatBody.d.ts.map