import { FC } from 'react'; import { IChatWidget } from "../../types/chat.types"; declare const ChatContainer: FC; export default ChatContainer;