/// import './index.css'; import { ParticipantListProps } from './ParticipantProps'; export declare const ParticipantList: ({ participantList, classes, }: ParticipantListProps) => JSX.Element;