/// <reference types="react" />
import type { NavigationSearchNoResultsFoundProps } from '../types';
export default function NavigationSearchNoResultsFound({ search, }: NavigationSearchNoResultsFoundProps): JSX.Element | null;
//# sourceMappingURL=search-no-results-found.d.ts.map