import type { SharedLDModel } from './shared.ts'; import type { ExportSvgDisplayOptions } from '@jbrowse/plugin-linear-genome-view'; export declare function renderSvg(self: SharedLDModel, opts: ExportSvgDisplayOptions): Promise;