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