import { type WalletProvider } from "@turnkey/core";
interface ShowAllWalletsScreenProps {
    onSelect: (provider: WalletProvider) => Promise<void>;
    onSelectQRCode: () => Promise<void>;
}
export declare function ShowAllWalletsScreen(props: ShowAllWalletsScreenProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ShowAllWalletsScreen.d.ts.map