export declare class HTMLDwebSplashScreenElement extends HTMLElement {
static readonly tagName = "dweb-splash-screen";
readonly plugin: import("./splash-screen.plugin.js").SplashScreenPlugin;
get show(): (options?: import("./splash-screen.type.js").SplashScreenShowOptions) => Promise;
get hide(): (options?: import("./splash-screen.type.js").SplashScreenHideOptions) => Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebSplashScreenElement.tagName]: HTMLDwebSplashScreenElement;
}
}
//# sourceMappingURL=splash-screen.wc.d.ts.map