import SVGAnimationElement from '../svg-animation-element/SVGAnimationElement.js';
/**
 * SVG Animate Element Motion.
 *
 * @see https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimateMotionElement
 */
export default class SVGAnimateMotionElement extends SVGAnimationElement {
}
//# sourceMappingURL=SVGAnimateMotionElement.d.ts.map