/** * Live SVG chart frame — mounts vector output into the chart DOM. */ /** Replace children of the live SVG root from a full SVG document string. */ export declare function mountSVGString(svgRoot: SVGSVGElement, svgString: string): void;