export type DownloadLoginModalProps = {
    showModal?: boolean;
    onHide: () => void;
};
export declare const CONFIRM_BUTTON_TEXT = "Sign in";
export declare function DownloadLoginModal(props: DownloadLoginModalProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DownloadLoginModal.d.ts.map