/** * Enable `renderer: 'svg'` — live vector chart (same API as canvas/WebGL, no 3D). * Requires extended bundle (trading / scientific / full) with SVG export patched. */ export declare function registerSVGRenderer(): void;