import React from 'react';
export declare enum WalletStep {
    None = "NONE",
    LearnCompact = "LEARN_COMPACT",
    Get = "GET",
    Connect = "CONNECT",
    DownloadOptions = "DOWNLOAD_OPTIONS",
    Download = "DOWNLOAD",
    InstructionsMobile = "INSTRUCTIONS_MOBILE",
    InstructionsDesktop = "INSTRUCTIONS_DESKTOP",
    InstructionsExtension = "INSTRUCTIONS_EXTENSION"
}
export declare function DesktopOptions({ onClose }: {
    onClose: () => void;
}): React.JSX.Element;
