import type { Components, JSX } from "../types/components"; interface URegistrationPasskey extends Components.URegistrationPasskey, HTMLElement {} export const URegistrationPasskey: { prototype: URegistrationPasskey; new (): URegistrationPasskey; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;