import React from 'react'; import { ChatProps } from './types'; export declare const Chat: ({ userId, channel, floating, ...flexProps }: ChatProps) => React.JSX.Element;