import { default as React } from 'react'; type Props = { name?: string; icon?: string; size?: number; }; declare function WalletIcon(props: Props): React.JSX.Element; export default WalletIcon; //# sourceMappingURL=WalletIcons.d.ts.map