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