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