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