import { FC } from "react";
import { ChatProps } from "../../interfaces";
declare const ChatBox: FC<ChatProps>;
export default ChatBox;
