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