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