export declare class HTMLDwebNetworkElement extends HTMLElement {
static readonly tagName = "dweb-network";
readonly plugin: import("./network.plugin.js").NetworkPlugin;
get getStatus(): () => Promise;
get onLine(): () => boolean;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebNetworkElement.tagName]: HTMLDwebNetworkElement;
}
}
//# sourceMappingURL=network.wc.d.ts.map