import { type SvgIconProps } from '@mui/material/SvgIcon';
import React from 'react';
declare const TrustWallet: (props: SvgIconProps) => React.JSX.Element;
export default TrustWallet;
