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