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