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