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