Edit File: text.d.ts
declare module 'emoji-regex/es2015/text' { function emojiRegex(): RegExp; export = emojiRegex; }
Back