import { MagicLinkAdditionalOptions } from "@thirdweb-dev/wallets/evm/wallets/magic"; import { MagicLinkConnectOptions } from "@thirdweb-dev/wallets"; /** * @deprecated use [`ConnectWallet`](https://portal.thirdweb.com/react/v4/components/ConnectWallet) or [`useConnect`](https://portal.thirdweb.com/references/react/v4/useConnect) instead * @walletConnection * @internal */ export declare function useMagic(): (options: MagicLinkConnectOptions & MagicLinkAdditionalOptions) => Promise; //# sourceMappingURL=useMagic.d.ts.map