import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ArrowExchangeIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ArrowExchangeIcon;
