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