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