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