import { IconProps } from '../lib';
declare function Swap(props: IconProps): JSX.Element;
export default Swap;
