/// interface Props { className?: string; color?: string; } declare function WalletIcon({ className, color }: Props): JSX.Element; export { WalletIcon };