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