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