/// <reference types="react" />
import { ChatProps } from '../types';
declare function Chat({ server, port, roomId, userId, locale, theme }: ChatProps): JSX.Element;
export default Chat;
