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