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