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