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