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