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