import React from 'react'; export declare const ChatSelector: ({ role, peerId }: { role: string; peerId: string; }) => React.JSX.Element;