import SingleRoom from './SingleRoom';

export default function (
    config: SingleRoom.IConfig
): SingleRoom;