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