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