import React from 'react'; import { Typography } from 'antd'; function ParticipantOverviewItem({ titleRow, firstNum, addedNum, }: { titleRow: any; firstNum?: string; addedNum?: string; }) { return (