import { IEmoji } from './Emoji'; export interface MapEmojis { [x: string]: IEmoji[]; } //# sourceMappingURL=MapEmojis.d.ts.map