import { FC } from "react"; declare const ChatContent: FC<{ content: any; }>; export default ChatContent;