export declare class HTMLDwebShortcutElement extends HTMLElement { static readonly tagName = "dweb-shortcut"; readonly plugin: import("./shortcut.plugin.js").ShortcutPlugin; get registry(): (option: import("./shortcut.type.js").ShortcutOption) => any; } declare global { interface HTMLElementTagNameMap { [HTMLDwebShortcutElement.tagName]: HTMLDwebShortcutElement; } } //# sourceMappingURL=shortcut.wc.d.ts.map