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