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