import React from 'react'; export declare const ChatPortal: ({ rootId }: { rootId: string; }) => React.ReactPortal | null;