import React from 'react';
export declare const MobileStatus: ({ onClose }: {
    onClose: () => void;
}) => React.JSX.Element;
