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