import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgSwapCalls: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgSwapCalls; //# sourceMappingURL=SwapCalls.d.ts.map