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