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