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