"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 Switch Element. * * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGSwitchElement */ class SVGSwitchElement extends SVGGraphicsElement_js_1.default { } exports.default = SVGSwitchElement; //# sourceMappingURL=SVGSwitchElement.cjs.map