import { PropsWithChildren } from 'react';
import { IRoomProps } from './types';
export declare const Room: (props: PropsWithChildren & IRoomProps) => import("react").JSX.Element;
