import React from 'react';
import { HMSPollQuestionOption } from '@100mslive/react-sdk';
export declare const VoteProgress: ({ option, totalResponses }: {
    option: HMSPollQuestionOption;
    totalResponses: number;
}) => React.JSX.Element | null;
