type EmojiBlock = { type: 'emoji'; emoji: string; }; declare const _default: import("../types").BlockRenderer; export default _default;