import { BackgroundVideo } from "../../media/background-video/adapter.js"; import "../../media/background-video/index.js"; //#region src/define/media/background-video.d.ts declare class BackgroundVideoElement extends BackgroundVideo { static readonly tagName = "background-video"; } declare global { interface HTMLElementTagNameMap { [BackgroundVideoElement.tagName]: BackgroundVideoElement; } } //#endregion export { BackgroundVideoElement }; //# sourceMappingURL=background-video.d.ts.map