import { SVGProps } from 'react'; interface SVGRProps$6 { title?: string; titleId?: string; } declare const SvgGenericWalletIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$6) => JSX.Element; interface SVGRProps$5 { title?: string; titleId?: string; } declare const SvgGnosisSafeIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$5) => JSX.Element; interface SVGRProps$4 { title?: string; titleId?: string; } declare const SvgMagicLinkIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$4) => JSX.Element; interface SVGRProps$3 { title?: string; titleId?: string; } declare const SvgMetaMaskIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$3) => JSX.Element; interface SVGRProps$2 { title?: string; titleId?: string; } declare const SvgTrustWalletIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$2) => JSX.Element; interface SVGRProps$1 { title?: string; titleId?: string; } declare const SvgWalletConnectIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps$1) => JSX.Element; interface SVGRProps { title?: string; titleId?: string; } declare const SvgWalletLinkIcon: ({ title, titleId, ...props }: SVGProps & SVGRProps) => JSX.Element; export { SvgGenericWalletIcon as GenericWalletIcon, SvgGnosisSafeIcon as GnosisSafeIcon, SvgMagicLinkIcon as MagicLinkIcon, SvgMetaMaskIcon as MetaMaskIcon, SvgTrustWalletIcon as TrustWalletIcon, SvgWalletConnectIcon as WalletConnectIcon, SvgWalletLinkIcon as WalletLinkIcon };