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