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