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