export interface emoji_node { type: "emoji"; attrs: { id?: string; shortName: string; text?: string; }; } //# sourceMappingURL=emoji_node.d.ts.map