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