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