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