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