import { forwardRef, SVGProps } from 'react'; export interface SwapProps extends Omit, 'css'> {} export const Swap = forwardRef((props, ref) => ( )); Swap.displayName = 'Swap';