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