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