import React from 'react'; import { HMSPollState } from '@100mslive/react-sdk'; export declare const StatusIndicator: ({ status }: { status?: HMSPollState | undefined; }) => React.JSX.Element | null;