import type { FC, PropsWithChildren } from 'react'; type ModalProps = PropsWithChildren<{ visible: boolean; onClose: () => void; }>; export declare const WalletSelectModal: FC; export {}; //# sourceMappingURL=WalletSelectModal.d.ts.map