export declare class HTMLDeviceElement extends HTMLElement {
static readonly tagName = "dweb-device";
plugin: import("./device.plugin.js").DevicePlugin;
getUUID(): Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDeviceElement.tagName]: HTMLDeviceElement;
}
}
//# sourceMappingURL=device.wc.d.ts.map