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