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