import Swap, { SwapProps as TSwapProps } from './Swap'; export type SwapProps = TSwapProps; export default Swap;