import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgWallet: (props: SVGProps) => React.JSX.Element; export default SvgWallet; //# sourceMappingURL=Wallet.d.ts.map