import { FC } from 'react'; import { Wallet } from '../../shared'; type Props = { iconSize?: number; wallet?: Wallet | null; showNetworkIcon?: boolean; }; export declare const AuthProviderIcon: FC; export {};