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