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