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