/// export declare type SwapProps = { width?: string | number; }; declare function Swap({ width }: SwapProps): JSX.Element; export default Swap;