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