export default ChatConversationWithQuery;
declare function ChatConversationWithQuery({ id, myself }: {
    id: any;
    myself: any;
}): JSX.Element | null;
