import { renderReactionData } from './renderReaction.ts'; import type { ExportSvgOptions } from '@jbrowse/plugin-circular-view'; import type { ThemeOptions } from '@mui/material'; export declare function renderSvg(self: Parameters[0], opts: ExportSvgOptions & { theme?: ThemeOptions; }): Promise;