import { ReactElement } from 'react'; export interface MatchParticipantsProps { nb_participants?: number; } export declare function MatchParticipants({ nb_participants }: MatchParticipantsProps): ReactElement;