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