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