import type { Gemoji } from '../../types'; declare const gemoji: (node: Gemoji) => string; export default gemoji;