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