import React from 'react';
import { HMSPoll } from '@100mslive/react-sdk';
export declare const PeerParticipationSummary: ({ quiz }: {
    quiz: HMSPoll;
}) => React.JSX.Element;
