import { default as React } from 'react';
import { IconStyles } from './types';
interface CurrencyExchangeIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const CurrencyExchangeIcon: React.FC<CurrencyExchangeIconProps>;
export default CurrencyExchangeIcon;
//# sourceMappingURL=CurrencyExchange.d.ts.map