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