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