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