import { codeBlock_with_no_marks_node } from "./codeBlock_with_no_marks_node"; import { blockCard_node } from "./blockCard_node"; import { paragraph_with_no_marks_node } from "./paragraph_with_no_marks_node"; import { paragraph_with_alignment_node } from "./paragraph_with_alignment_node"; import { bulletList_node } from "./bulletList_node"; import { mediaSingle_node } from "./mediaSingle_node"; import { orderedList_node } from "./orderedList_node"; import { heading_with_no_marks_node } from "./heading_with_no_marks_node"; import { heading_with_alignment_node } from "./heading_with_alignment_node"; import { heading_with_indentation_node } from "./heading_with_indentation_node"; import { panel_node } from "./panel_node"; import { blockquote_node } from "./blockquote_node"; import { rule_node } from "./rule_node"; import { mediaGroup_node } from "./mediaGroup_node"; import { decisionList_node } from "./decisionList_node"; import { taskList_node } from "./taskList_node"; import { extension_node } from "./extension_node"; import { nestedExpand_with_no_marks_node } from "./nestedExpand_with_no_marks_node"; export declare type table_cell_content = Array; //# sourceMappingURL=table_cell_content.d.ts.map