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