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