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