import type { GraphicsContext } from '../GraphicsContext'; export declare function SVGParser(svg: string | SVGElement | SVGSVGElement, graphicsContext?: GraphicsContext): GraphicsContext;