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