import { nestedExpand_content } from "./nestedExpand_content"; export interface nestedExpand_node { type: "nestedExpand"; attrs: { title?: string; }; content: nestedExpand_content; } //# sourceMappingURL=nestedExpand_node.d.ts.map