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