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