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