export declare class HTMLDwebBiometricsElement extends HTMLElement {
static readonly tagName = "dweb-biometrics";
readonly plugin: import("./biometrics.plugin.js").BiometricsPlugin;
get check(): () => Promise;
get biometrics(): () => Promise;
}
declare global {
interface HTMLElementTagNameMap {
[HTMLDwebBiometricsElement.tagName]: HTMLDwebBiometricsElement;
}
}
//# sourceMappingURL=biometrics.wc.d.ts.map