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