/** * This filter takes figure content out of paragraphs, wraps it in a figure * element, and moves any anchors with it if needed. * * @param node The node to filter. * @param doc The document of the node. * @param schema The schema to use. */ export default function figureContentReducer(node: Node, doc: Document, schema?: Record): void; //# sourceMappingURL=figure-content-reducer.d.ts.map