import React from 'react';
export declare const VoteCount: ({ voteCount }: {
    voteCount: number;
}) => React.JSX.Element;
