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