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