import { default as React } from 'react';
import { EmbedChatProps } from '../../types';
declare const EmbedChat: React.FC<EmbedChatProps>;
export default EmbedChat;
