import { ChatProps } from './types'; export default function Chat({ rtKey, chatName, components, hideWhenDisconnected }: ChatProps): false | import("react/jsx-runtime").JSX.Element;