import React from 'react'; /** * Renders the History submenu, including the private-mode toggle that used to * live directly in the search-options menu. */ export declare const HistorySubmenu: React.FC; export default HistorySubmenu;