export declare class HTMLDwebMediaElement extends HTMLElement { static readonly tagName = "dweb-media"; readonly plugin: import("./media.plugin.js").MediaPlugin; get savePictures(): (options: import("./media.type.js").MediaOption) => Promise; } declare global { interface HTMLElementTagNameMap { [HTMLDwebMediaElement.tagName]: HTMLDwebMediaElement; } } //# sourceMappingURL=media.wc.d.ts.map