import React from 'react'; import { SvgProps } from './types'; declare const Wallet: React.FC; export default Wallet;