"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const SVGGraphicsElement_js_1 = __importDefault(require("../svg-graphics-element/SVGGraphicsElement.cjs")); /** * SVG G Element. * * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGGElement */ class SVGGElement extends SVGGraphicsElement_js_1.default { } exports.default = SVGGElement; //# sourceMappingURL=SVGGElement.cjs.map