import React from 'react'; import type { ChatBoxProps } from '../interface'; declare const ChatBox: React.MemoExoticComponent<(props: ChatBoxProps) => React.JSX.Element>; export default ChatBox;