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