declare const extractSymbol: (spriteSvg: SVGSVGElement, symbolId: string) => SVGSVGElement | null; export default extractSymbol;