/// <reference types="react" />
import { HallProps } from '../types';
declare function Hall({ open, locale, server, port, roomId, userId, theme, token, name, backLinks, videoRecord, }: HallProps): JSX.Element;
export default Hall;
