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