import React from 'react';
export declare const LeaderboardSummary: ({ pollID }: {
    pollID: string;
}) => React.JSX.Element;
