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