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