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