type WalletModalProps = { isOpen: boolean; onClose: () => void; className?: string; onError?: (error: Error) => void; }; export declare function WalletModal({ className, isOpen, onClose, onError, }: WalletModalProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WalletModal.d.ts.map