import { CSSProperties } from 'react'; export declare type WalletProps = { style?: CSSProperties; visible?: boolean; }; declare const Wallet: ({ style, visible }: WalletProps) => JSX.Element; export default Wallet;