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