export interface NoParticipantsProps {
    className?: string;
}
export default function NoParticipants(inProps: NoParticipantsProps): JSX.Element;
