import SVGTextPositioningElement from '../svg-text-positioning-element/SVGTextPositioningElement.js';
/**
 * SVG Text Element.
 *
 * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement
 */
export default class SVGTextElement extends SVGTextPositioningElement {
}
//# sourceMappingURL=SVGTextElement.d.ts.map