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