/// <reference types="react" />
import { SwapProps } from '../../../types/props.js';
export declare const SwapCard: (props: SwapProps) => JSX.Element;
