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