export declare enum WalletStep { None = "NONE", Get = "GET", Connect = "CONNECT", DownloadOptions = "DOWNLOAD_OPTIONS", Download = "DOWNLOAD", InstructionsMobile = "INSTRUCTIONS_MOBILE", InstructionsDesktop = "INSTRUCTIONS_DESKTOP", InstructionsExtension = "INSTRUCTIONS_EXTENSION", Payment = "PAYMENT" } export declare function DesktopOptions({ onClose }: { onClose: () => void; }): import("react/jsx-runtime").JSX.Element;