import metamask from "./wallets/metamask";
import coinbase from "./wallets/coinbase";
import trust from "./wallets/trust";
declare const _default: (allowAuthAnalytics: boolean, projectId: any) => {
    defaults: Function;
    metamask: typeof metamask;
    dapper: Function;
    walletConnect: Function;
    coinbase: typeof coinbase;
    trust: typeof trust;
    portis: Function;
    fortmatic: Function;
    authereum: Function;
    squarelink: Function;
    torus: Function;
};
export default _default;
