import { GraphAuthKitConnectorOpt } from '../types'; /** * Displays a list of the configured connectors for the user to choose to connect with. * Includes: * - the injected/installed wallets the user browser has (MetaMask, Rabby, Rainbow, etc) * - Coinbase Wallet * - WalletConnect * - Safe -> we add this as it is not a configured connector due to how we handle multisig connections * @returns a list of available wallet connections the user can choose from to connect */ export declare function usePrimaryConnectOptions(): readonly GraphAuthKitConnectorOpt[]; export declare function useMultisigConnectOptions(): readonly GraphAuthKitConnectorOpt[]; //# sourceMappingURL=hooks.d.ts.map