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