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