export declare const sysSvgUrl: { 'straight-line': string; band: string; }; export declare function getSvgProps(node: Element): { name: string; props: {}; children: any; }; export declare function renderSvg(svgEl: any, wrapper: any): any; export declare function getPNode(svg?: SVGSVGElement): SVGPathElement | null;