import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Wallet: React.MemoExoticComponent>; declare type WalletRef = PathIconRef; declare type WalletProps = PathIconProps; export { Wallet }; export type { WalletRef, WalletProps }; export default Wallet;