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