import HTMLMediaElement from '../html-media-element/HTMLMediaElement.cjs'; import IHTMLVideoElement from './IHTMLVideoElement.cjs'; /** * HTML Video Element. * * Reference: * https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement. * */ export default class HTMLVideoElement extends HTMLMediaElement implements IHTMLVideoElement { } //# sourceMappingURL=HTMLVideoElement.d.ts.map