import { SvgProps } from '../types'; declare const MathWallet: ({ width }: SvgProps) => import("react").JSX.Element; export default MathWallet;