export declare function setupTest(): { wrap: HTMLDivElement; svgContainer: SVGSVGElement; svgDefs: SVGPathElement; svgPath: SVGPathElement; svgGroup: SVGGElement; svgCircle: SVGCircleElement; svgEllipse: SVGEllipseElement; svgPolygon: SVGPolygonElement; svgText: SVGTextElement; svgRectangle: SVGRectElement; svgGroup1: SVGGElement; svgGroup2: SVGGElement; svgGroup3: SVGGElement; svgPath2: SVGPathElement; svgPath3: SVGPathElement; svgLinearGradient: SVGLinearGradientElement; foreignDiv: HTMLElement; }; export declare function clearnTest(): void;