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