export declare class HTMLDwebShareElement extends HTMLElement { static readonly tagName = "dweb-share"; readonly plugin: import("./share.plugin.js").SharePlugin; get canShare(): () => Promise; get share(): (options: import("./share.type.js").ShareOptions) => Promise; } declare global { interface HTMLElementTagNameMap { [HTMLDwebShareElement.tagName]: HTMLDwebShareElement; } } //# sourceMappingURL=share.wc.d.ts.map