import type { SvgElement } from '@tracespace/renderer'; export declare function stringifySvg(element: SvgElement): string;