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