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