import type { WalletWithRequiredFeatures } from '@iota/wallet-standard'; type ConnectionStatusProps = { selectedWallet: WalletWithRequiredFeatures; hadConnectionError: boolean; onRetryConnection: (selectedWallet: WalletWithRequiredFeatures) => void; }; export declare function ConnectionStatus({ selectedWallet, hadConnectionError, onRetryConnection, }: ConnectionStatusProps): import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=ConnectionStatus.d.ts.map