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