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