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