import { paragraph_with_no_marks_node } from "./paragraph_with_no_marks_node"; export interface blockquote_node { type: "blockquote"; content: Array; } //# sourceMappingURL=blockquote_node.d.ts.map