declare function appendSVGChild(elementType: string, target: HTMLElement | SVGElement, attributes?: Record, text?: string): SVGElement | SVGDescElement | SVGGraphicsElement | SVGTextElement | SVGTitleElement; export default appendSVGChild; //# sourceMappingURL=appendSVGChild.d.ts.map