import React from 'react'; import { ChatCardProps } from './props'; export declare const ChatCard: React.FC;