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