export declare class HTMLDwebTorchElement extends HTMLElement {
static readonly tagName = "dweb-torch";
readonly plugin: import("./torch.plugin.js").TorchPlugin;
get toggleTorch(): () => Promise;
get getTorchState(): () => Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebTorchElement.tagName]: HTMLDwebTorchElement;
}
}
//# sourceMappingURL=torch.wc.d.ts.map