/** * Regex that can capture a Twemoji (Twitter Emoji) * @raw {@linkplain https://github.com/jdecked/twemoji-parser/blob/main/src/lib/regex.js See official source code} */ export declare const TwemojiRegex: RegExp;