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