import { IEmoji } from './Emoji'; export interface MapEmojis { [x: string]: IEmoji[] }