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