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