import type { $LocationOptions } from "./geolocation.type.js"; export declare class HTMLGeolocationElement extends HTMLElement { static readonly tagName = "dweb-geolocation"; plugin: import("./geolocation.plugin.js").GeolocationPlugin; get getLocation(): () => Promise; createLocation(option?: $LocationOptions): Promise; } declare global { interface HTMLElementTagNameMap { [HTMLGeolocationElement.tagName]: HTMLGeolocationElement; } } //# sourceMappingURL=geolocation.wc.d.ts.map