import type { Components, JSX } from "../types/components"; interface RuxIconSwapCalls extends Components.RuxIconSwapCalls, HTMLElement {} export const RuxIconSwapCalls: { prototype: RuxIconSwapCalls; new (): RuxIconSwapCalls; };