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