import { FC } from 'react'; const ChatBadge: FC = () => { return ; }; export default ChatBadge;