export declare class ElementSVG { static tag: string; /** * basic element, eg. | */ $el: SVGElement | null; /** * group wrapper for basic element, eg. . * if current element is , same as `$el` */ $groupEl: SVGElement | null; /** * hitArea: * $groupEl -> $el * -> $hitTestingEl */ $hitTestingEl: SVGElement | null; } //# sourceMappingURL=ElementSVG.d.ts.map