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