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