import type { WalletProvider } from "@turnkey/core";
interface LinkWalletModalProps {
    providers: WalletProvider[];
    successPageDuration?: number | undefined;
}
export declare function LinkWalletModal(props: LinkWalletModalProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=LinkWallet.d.ts.map