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