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