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