export interface hardBreak_node { type: "hardBreak"; attrs?: { text?: "\n"; }; } //# sourceMappingURL=hardBreak_node.d.ts.map