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