import type { RenderOptions } from '../types/types.js'; export declare const svg_render: (nodes: any, options: RenderOptions) => Promise;