/// import { BaseIconProps } from '../../types'; declare function SvgWallet({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgWallet;