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