import React from 'react'; type ParticipantCountProps = { participantsCount: number; }; declare const ParticipantCount: React.FC; export default ParticipantCount;