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