export declare class HTMLDwebConfigElement extends HTMLElement {
static readonly tagName = "dweb-config";
readonly plugin: import("./config.plugin.js").ConfigPlugin;
get setLang(): (lang: string, isReload?: boolean) => Promise;
get getLang(): () => Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebConfigElement.tagName]: HTMLDwebConfigElement;
}
}
//# sourceMappingURL=config.wc.d.ts.map