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