import { FC } from 'react'; export const RoomSpectatorView: FC<{}> = props => { return (
); };