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