export declare const WalletMenu: ({ onClose }: {
    onClose: () => void;
}) => import("react/jsx-runtime").JSX.Element;
