export interface subsup_mark { type: "subsup"; attrs: { type: "sub" | "sup"; }; } //# sourceMappingURL=subsup_mark.d.ts.map