import React from 'react'; import { HMSPeerID } from '@100mslive/react-sdk'; export declare const RemoveParticipant: ({ peerId }: { peerId: HMSPeerID; }) => React.JSX.Element | null;