import { default as React } from 'react'; import { WalletMenuProps } from '../WalletMenu'; export type BabyWalletMenuProps = Omit; /** * BabyWalletMenu - Wallet menu preset for BABY-only applications * * Features: * - BABY wallet card only * - No BTC-specific settings * * Use this for BABY-only applications that don't involve BTC staking. */ export declare const BabyWalletMenu: React.FC;