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