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