const EMOJI_STATUSES = new Array('away', 'raiseHand', 'neutral', 'confused',
'sad', 'happy', 'applause', 'thumbsUp', 'thumbsDown');
export { EMOJI_STATUSES };