export declare class HTMLDwebToastElement extends HTMLElement {
static readonly tagName = "dweb-toast";
readonly plugin: import("./toast.plugin.js").ToastPlugin;
get show(): (options: import("./toast.type.js").ToastShowOptions) => Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebToastElement.tagName]: HTMLDwebToastElement;
}
}
//# sourceMappingURL=toast.wc.d.ts.map