import React from 'react';
import { IIcon } from '@amaui/ui-react';
declare const IconMaterialAccountBalanceWalletW100: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>;
export default IconMaterialAccountBalanceWalletW100;
