import { DataView, type ISVGSourceOption } from '@visactor/vchart'; export declare const svgSourceMap: Map; export declare function registerSVGSource(key: string, source: ISVGSourceOption): void; export declare function unregisterSVGSource(key: string): void; export declare function getSVGSource(type: string): DataView; export declare function clearSVGSource(): void;