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