import type { SVGExportOptions } from './types'; export declare function exportToSVGString(svg: SVGSVGElement, options?: Omit): Promise; export declare function exportToSVG(svg: SVGSVGElement, options?: Omit): Promise;