import React from 'react';
export declare type DownloadLoginModalProps = {
    showModal?: boolean;
    onHide: () => void;
};
export declare const DownloadLoginModal: React.FunctionComponent<DownloadLoginModalProps>;
