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