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